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-06-02T15:40:21.868Z||main|||||INFO|500||The following profiles are active: basic
2022-06-02T15:40:37.101Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-02T15:40:37.101Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-02T15:40:37.247Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-02T15:40:42.035Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-02T15:40:42.470Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-02T15:40:43.041Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-02T15:40:43.049Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-02T15:40:43.189Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-02T15:40:43.485Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-02T15:40:44.290Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-02T15:40:46.842Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T15:40:49.692Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T15:40:49.768Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-02T15:40:50.456Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-02T15:40:50.729Z||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-06-02T15:40:52.371Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-02T15:40:53.872Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-02T15:40:53.905Z||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$$36dd570f.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-06-02T15:40:53.908Z||main|||||WARN|500||The sdc end point is not alive
2022-06-02T15:40:58.293Z||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-06-02T15:41:01.799Z||main|||||WARN|500||---
2022-06-02T15:41:01.799Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-02T15:41:01.800Z||main|||||WARN|500||---
2022-06-02T15:41:02.370Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-02T15:41:08.441Z||main|||||INFO|500||Started Application in 50.482 seconds (JVM running for 52.91)
2022-06-02T15:41:08.455Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-02T15:41:08.456Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-02T15:41:08.469Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-02T15:41:08.502Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-02T15:41:08.556Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8be7bbca-879c-4dd4-813c-bf9f69fed342 url= /sdc/v1/artifactTypes
2022-06-02T15:41:08.557Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-02T15:41:08.877Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-02T15:41:08.913Z||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-06-02T15:41:08.937Z||scheduling-1|||||DEBUG|500||create keys
2022-06-02T15:41:08.944Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-02T15:41:08.996Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:41:09.022Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 396e048f-b8e7-4ccd-aee0-55d86fe3455e url= /sdc/v1/registerForDistribution
2022-06-02T15:41:09.179Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 396e048f-b8e7-4ccd-aee0-55d86fe3455e url= /sdc/v1/registerForDistribution
2022-06-02T15:41:09.179Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-02T15:41:09.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:41:09.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:41:09.199Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-02T15:41:09.207Z||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-06-02T15:41:09.208Z||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-06-02T15:41:09.208Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:41:09.208Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:41:19.672Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:41:19.673Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:42:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:42:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:42:09.191Z||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-06-02T15:42:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:42:09.191Z||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-06-02T15:42:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:42:19.033Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:42:19.042Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:43:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:43:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:43:09.190Z||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-06-02T15:43:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:43:09.190Z||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-06-02T15:43:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:43:18.872Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:43:18.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:44:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:44:09.189Z||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-06-02T15:44:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:44:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:44:09.190Z||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-06-02T15:44:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:44:18.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:44:18.800Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:45:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:45:09.189Z||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-06-02T15:45:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:45:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:45:09.190Z||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-06-02T15:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:45:18.753Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:45:18.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:46:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:46:09.189Z||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-06-02T15:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:46:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:46:09.190Z||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-06-02T15:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:46:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:46:18.804Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:47:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:47:09.189Z||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-06-02T15:47:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:47:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:47:09.190Z||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-06-02T15:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:47:18.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:47:18.771Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:48:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:48:09.189Z||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-06-02T15:48:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:48:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:48:09.190Z||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-06-02T15:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:48:18.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:48:18.780Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:49:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:49:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:49:09.191Z||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-06-02T15:49:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:49:09.191Z||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-06-02T15:49:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:49:18.782Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:49:18.782Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:50:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:50:09.189Z||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-06-02T15:50:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:50:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:50:09.190Z||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-06-02T15:50:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:50:18.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:50:18.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:51:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:51:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:51:09.189Z||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-06-02T15:51:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:51:09.190Z||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-06-02T15:51:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:51:11.842Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-02T15:51:18.771Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:51:18.774Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:52:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:52:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:52:09.190Z||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-06-02T15:52:09.190Z||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-06-02T15:52:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:52:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:52:18.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:52:18.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:53:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:53:09.189Z||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-06-02T15:53:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:53:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:53:09.190Z||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-06-02T15:53:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:53:18.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:53:18.759Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:54:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:54:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:54:09.189Z||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-06-02T15:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:54:09.190Z||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-06-02T15:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:54:18.757Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:54:18.757Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:55:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:55:09.189Z||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-06-02T15:55:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:55:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:55:09.189Z||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-06-02T15:55:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:55:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:55:18.790Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:56:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:56:09.189Z||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-06-02T15:56:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:56:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:56:09.190Z||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-06-02T15:56:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:56:18.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:56:18.808Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:57:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:57:09.189Z||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-06-02T15:57:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:57:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:57:09.190Z||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-06-02T15:57:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:57:18.778Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:57:18.779Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:58:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:58:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:58:09.190Z||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-06-02T15:58:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:58:09.189Z||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-06-02T15:58:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:58:18.786Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:58:18.786Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:59:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:59:09.189Z||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-06-02T15:59:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:59:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T15:59:09.190Z||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-06-02T15:59:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T15:59:18.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T15:59:18.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:00:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:00:09.189Z||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-06-02T16:00:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:00:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:00:09.190Z||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-06-02T16:00:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:00:18.747Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:00:18.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:01:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:01:09.188Z||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-06-02T16:01:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:01:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:01:09.190Z||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-06-02T16:01:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:01:18.756Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:01:18.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:02:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:02:09.189Z||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-06-02T16:02:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:02:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:02:09.190Z||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-06-02T16:02:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:02:18.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:02:18.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:03:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:03:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:03:09.191Z||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-06-02T16:03:09.191Z||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-06-02T16:03:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:03:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:03:18.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:03:18.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:04:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:04:09.189Z||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-06-02T16:04:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:04:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:04:09.190Z||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-06-02T16:04:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:04:18.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:04:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:05:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:05:09.189Z||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-06-02T16:05:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:05:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:05:09.190Z||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-06-02T16:05:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:05:18.775Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:05:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:06:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:06:09.189Z||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-06-02T16:06:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:06:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:06:09.190Z||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-06-02T16:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:06:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:06:18.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:07:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:07:09.189Z||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-06-02T16:07:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:07:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:07:09.190Z||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-06-02T16:07:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:07:18.769Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:07:18.774Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:08:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:08:09.189Z||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-06-02T16:08:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:08:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:08:09.190Z||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-06-02T16:08:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:08:18.773Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:08:18.780Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:09:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:09:09.188Z||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-06-02T16:09:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:09:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:09:09.189Z||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-06-02T16:09:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:09:18.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:09:18.746Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:10:09.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:10:09.188Z||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-06-02T16:10:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:10:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:10:09.190Z||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-06-02T16:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:10:18.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:10:18.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:11:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:11:09.189Z||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-06-02T16:11:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:11:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:11:09.190Z||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-06-02T16:11:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:11:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:11:18.775Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:12:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:12:09.189Z||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-06-02T16:12:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:12:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:12:09.190Z||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-06-02T16:12:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:12:18.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:12:18.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:13:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:13:09.189Z||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-06-02T16:13:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:13:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:13:09.190Z||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-06-02T16:13:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:13:18.798Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:13:18.810Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:14:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:14:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:14:09.190Z||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-06-02T16:14:09.190Z||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-06-02T16:14:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:14:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:14:18.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:14:18.783Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:15:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:15:09.189Z||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-06-02T16:15:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:15:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:15:09.190Z||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-06-02T16:15:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:15:18.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:15:18.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:16:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:16:09.188Z||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-06-02T16:16:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:16:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:16:09.189Z||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-06-02T16:16:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:16:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:16:18.773Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:17:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:17:09.189Z||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-06-02T16:17:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:17:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:17:09.189Z||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-06-02T16:17:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:17:18.785Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:17:18.841Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:18:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:18:09.188Z||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-06-02T16:18:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:18:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:18:09.190Z||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-06-02T16:18:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:18:18.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:18:18.757Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:19:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:19:09.189Z||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-06-02T16:19:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:19:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:19:09.190Z||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-06-02T16:19:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:19:18.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:19:18.753Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:20:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:20:09.189Z||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-06-02T16:20:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:20:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:20:09.191Z||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-06-02T16:20:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:20:18.766Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:20:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:21:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:21:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:21:09.189Z||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-06-02T16:21:09.190Z||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-06-02T16:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:21:18.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:21:18.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:22:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:22:09.189Z||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-06-02T16:22:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:22:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:22:09.190Z||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-06-02T16:22:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:22:18.762Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:22:18.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:23:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:23:09.189Z||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-06-02T16:23:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:23:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:23:09.190Z||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-06-02T16:23:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:23:18.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:23:18.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:24:09.188Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:24:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:24:09.190Z||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-06-02T16:24:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:24:09.190Z||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-06-02T16:24:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:24:18.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:24:18.765Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:25:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:25:09.189Z||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-06-02T16:25:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:25:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:25:09.191Z||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-06-02T16:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:25:18.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:25:18.791Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:26:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:26:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:26:09.191Z||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-06-02T16:26:09.191Z||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-06-02T16:26:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:26:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:26:18.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:26:18.790Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:27:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:27:09.189Z||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-06-02T16:27:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:27:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:27:09.190Z||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-06-02T16:27:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:27:18.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:27:18.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:28:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:28:09.189Z||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-06-02T16:28:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:28:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:28:09.191Z||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-06-02T16:28:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:28:18.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:28:18.789Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:29:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:29:09.188Z||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-06-02T16:29:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:29:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:29:09.190Z||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-06-02T16:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:29:18.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:29:18.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:30:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:30:09.189Z||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-06-02T16:30:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:30:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:30:09.190Z||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-06-02T16:30:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:30:18.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:30:18.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:31:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:31:09.189Z||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-06-02T16:31:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:31:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:31:09.190Z||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-06-02T16:31:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:31:18.751Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:31:18.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:32:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:32:09.189Z||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-06-02T16:32:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:32:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:32:09.189Z||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-06-02T16:32:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:32:18.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:32:18.772Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:33:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:33:09.189Z||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-06-02T16:33:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:33:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:33:09.190Z||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-06-02T16:33:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:33:18.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:33:18.772Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:34:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:34:09.189Z||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-06-02T16:34:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:34:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:34:09.190Z||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-06-02T16:34:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:34:18.772Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:34:18.772Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:35:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:35:09.189Z||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-06-02T16:35:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:35:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:35:09.190Z||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-06-02T16:35:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:35:18.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:35:18.771Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:36:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:36:09.189Z||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-06-02T16:36:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:36:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:36:09.190Z||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-06-02T16:36:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:36:18.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:36:18.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:37:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:37:09.189Z||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-06-02T16:37:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:37:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:37:09.190Z||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-06-02T16:37:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:37:18.766Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:37:18.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:38:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:38:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:38:09.192Z||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-06-02T16:38:09.192Z||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-06-02T16:38:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:38:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:38:18.768Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:38:18.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:39:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:39:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:39:09.191Z||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-06-02T16:39:09.191Z||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-06-02T16:39:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:39:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:39:18.756Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:39:18.773Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:40:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:40:09.189Z||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-06-02T16:40:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:40:09.190Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:40:09.191Z||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-06-02T16:40:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:40:18.772Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:40:18.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:41:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:41:09.189Z||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-06-02T16:41:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:41:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:41:09.190Z||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-06-02T16:41:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:41:18.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:41:18.780Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:42:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:42:09.189Z||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-06-02T16:42:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:42:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:42:09.190Z||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-06-02T16:42:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:42:18.775Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:42:18.780Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:43:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:43:09.188Z||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-06-02T16:43:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:43:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:43:09.190Z||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-06-02T16:43:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:43:18.781Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:43:18.781Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:44:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:44:09.189Z||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-06-02T16:44:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:44:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:44:09.190Z||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-06-02T16:44:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:44:18.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:44:18.765Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:45:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:45:09.189Z||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-06-02T16:45:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:45:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:45:09.190Z||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-06-02T16:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:45:18.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:45:18.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:46:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:46:09.188Z||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-06-02T16:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:46:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:46:09.190Z||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-06-02T16:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:46:18.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:46:18.775Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:47:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:47:09.188Z||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-06-02T16:47:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:47:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:47:09.189Z||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-06-02T16:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:47:18.783Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:47:18.793Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:48:09.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:48:09.188Z||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-06-02T16:48:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:48:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:48:09.190Z||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-06-02T16:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:48:18.785Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:48:18.785Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:49:09.188Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:49:09.189Z||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-06-02T16:49:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:49:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:49:09.190Z||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-06-02T16:49:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:49:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:49:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:50:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:50:09.189Z||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-06-02T16:50:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:50:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:50:09.190Z||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-06-02T16:50:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:50:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:50:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:51:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:51:09.190Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:51:09.190Z||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-06-02T16:51:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:51:09.191Z||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-06-02T16:51:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:51:18.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:51:18.772Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:52:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:52:09.189Z||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-06-02T16:52:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:52:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:52:09.190Z||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-06-02T16:52:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:52:18.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:52:18.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:53:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:53:09.189Z||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-06-02T16:53:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:53:09.191Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:53:09.191Z||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-06-02T16:53:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:53:18.769Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:53:18.769Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:54:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:54:09.189Z||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-06-02T16:54:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:54:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:54:09.190Z||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-06-02T16:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:54:18.767Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:54:18.781Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:55:09.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:55:09.189Z||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-06-02T16:55:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:55:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:55:09.190Z||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-06-02T16:55:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:55:18.761Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:55:18.761Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:56:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:56:09.188Z||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-06-02T16:56:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:56:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:56:09.191Z||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-06-02T16:56:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:56:18.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:56:18.760Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:57:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:57:09.189Z||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-06-02T16:57:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:57:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:57:09.190Z||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-06-02T16:57:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:57:18.778Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:57:18.778Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:58:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:58:09.188Z||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-06-02T16:58:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:58:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:58:09.190Z||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-06-02T16:58:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:58:18.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:58:18.795Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:59:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:59:09.189Z||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-06-02T16:59:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:59:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T16:59:09.190Z||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-06-02T16:59:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T16:59:18.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T16:59:18.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:00:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:00:09.188Z||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-06-02T17:00:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:00:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:00:09.190Z||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-06-02T17:00:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:00:18.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:00:18.772Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:01:09.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:01:09.188Z||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-06-02T17:01:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:01:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:01:09.189Z||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-06-02T17:01:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:01:18.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:01:18.872Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:02:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:02:09.189Z||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-06-02T17:02:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:02:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:02:09.190Z||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-06-02T17:02:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:02:18.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:02:18.771Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:03:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:03:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:03:09.192Z||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-06-02T17:03:09.192Z||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-06-02T17:03:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:03:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:03:18.776Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:03:18.794Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:04:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:04:09.189Z||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-06-02T17:04:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:04:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:04:09.190Z||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-06-02T17:04:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:04:18.751Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:04:18.751Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:05:09.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:05:09.189Z||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-06-02T17:05:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:05:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:05:09.190Z||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-06-02T17:05:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:05:18.762Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:05:18.766Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:06:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:06:09.188Z||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-06-02T17:06:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:06:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:06:09.190Z||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-06-02T17:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:06:18.793Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:06:18.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:07:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:07:09.188Z||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-06-02T17:07:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:07:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:07:09.190Z||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-06-02T17:07:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:07:18.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:07:18.780Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:08:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:08:09.188Z||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-06-02T17:08:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:08:09.190Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:08:09.192Z||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-06-02T17:08:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:08:18.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:08:18.766Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:09:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:09:09.188Z||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-06-02T17:09:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:09:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:09:09.190Z||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-06-02T17:09:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:09:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:09:18.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:10:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:10:09.188Z||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-06-02T17:10:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:10:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:10:09.189Z||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-06-02T17:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:10:18.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:10:18.783Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:11:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:11:09.188Z||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-06-02T17:11:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:11:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:11:09.190Z||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-06-02T17:11:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:11:18.777Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:11:18.791Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:12:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:12:09.189Z||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-06-02T17:12:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:12:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:12:09.190Z||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-06-02T17:12:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:12:18.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:12:18.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:13:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:13:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:13:09.190Z||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-06-02T17:13:09.190Z||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-06-02T17:13:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:13:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:13:18.755Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:13:18.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:14:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:14:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:14:09.190Z||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-06-02T17:14:09.190Z||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-06-02T17:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:14:18.793Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:14:18.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:15:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:15:09.189Z||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-06-02T17:15:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:15:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:15:09.190Z||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-06-02T17:15:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:15:18.780Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:15:18.787Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:16:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:16:09.189Z||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-06-02T17:16:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:16:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:16:09.190Z||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-06-02T17:16:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:16:18.769Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:16:18.779Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:17:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:17:09.188Z||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-06-02T17:17:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:17:09.190Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:17:09.191Z||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-06-02T17:17:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:17:18.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:17:18.766Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:18:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:18:09.188Z||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-06-02T17:18:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:18:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:18:09.190Z||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-06-02T17:18:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:18:18.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:18:18.803Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:19:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:19:09.189Z||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-06-02T17:19:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:19:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:19:09.190Z||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-06-02T17:19:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:19:18.749Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:19:18.749Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:20:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:20:09.188Z||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-06-02T17:20:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:20:09.189Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:20:09.190Z||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-06-02T17:20:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:20:18.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:20:18.775Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:21:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:21:09.188Z||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-06-02T17:21:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:21:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:21:09.190Z||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-06-02T17:21:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:21:18.776Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:21:18.776Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:22:09.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:22:09.188Z||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-06-02T17:22:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:22:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:22:09.190Z||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-06-02T17:22:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:22:18.761Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:22:18.765Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:23:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:23:09.188Z||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-06-02T17:23:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:23:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:23:09.190Z||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-06-02T17:23:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:23:18.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:23:18.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:24:09.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:24:09.189Z||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-06-02T17:24:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:24:09.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:24:09.190Z||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-06-02T17:24:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:24:18.796Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:24:18.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:25:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:25:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:25:09.191Z||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-06-02T17:25:09.191Z||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-06-02T17:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:25:18.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:25:18.792Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:09.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:26:09.189Z||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-06-02T17:26:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:26:09.190Z||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-06-02T17:26:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:18.571Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:18.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-02T17:26:18.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dfa37339-1edb-4e78-b8e5-c732cca1a4d3","serviceName":"vFW 2022-06-02 17-23-35","serviceVersion":"1.0","serviceUUID":"aee9274f-57c5-401e-820e-bb9992d3ea51","serviceDescription":"catalog service description","serviceInvariantUUID":"661c04be-4534-4bc7-8d2b-b08c571b1ee6","resources":[{"resourceInstanceName":"vFW eaac3235-d7cf 0","resourceName":"vFW eaac3235-d7cf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dda1ce1d-2f58-488d-ae18-a47e30c64765","resourceInvariantUUID":"1e97bb5e-eb6f-4c6f-8efc-39a4bea49481","resourceCustomizationUUID":"6ea52b09-9f56-4221-bf8b-31d9ef0dbccc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml","artifactChecksum":"MjY4MGVmMTg0MTU1YjI0YTc5N2IzZTE5MDNhMGVkYjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d44e2bf8-9a3a-4334-a59b-7855d8cb4600","artifactVersion":"1"},{"artifactName":"vfweaac3235d7cf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json","artifactChecksum":"OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c8b889f3-9314-43e7-86d1-716b6aa2d955","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e1ff52a2-aeb8-481f-a08d-263cc31672d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml","artifactChecksum":"YjJiYmMyN2Y4ZGRhZWExMWJlOTljZTRkNzZlZGJiZWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b65d1880-00ed-4a6e-acec-85c40eff717c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc","artifactVersion":"2","generatedFromUUID":"e1ff52a2-aeb8-481f-a08d-263cc31672d6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602172335-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml","artifactChecksum":"YmI4MzU0NTY5NWExZTBjNDc0YWRlMjdhYWIwYmY3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8dfaa860-6144-4097-a428-01282b278215","artifactVersion":"1"},{"artifactName":"service-Vfw20220602172335-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar","artifactChecksum":"MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"359014af-7f34-459c-8703-7e9e7e5e9560","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:26:18.587Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:18.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:18.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:18.607Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:26:18.708Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-02T17:26:18.712Z||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-06-02T17:26:18.712Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:18.735Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:18.736Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2022-06-02T17:26:18.762Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:19.615Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:19.615Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:19.617Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:19.617Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:26:19.718Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:19.719Z||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-06-02T17:26:19.719Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:19.733Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:19.734Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:20.618Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:20.619Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:20.621Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:20.621Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:26:20.721Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:20.722Z||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-06-02T17:26:20.723Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:20.767Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:20.767Z||pool-5-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:21.622Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:21.623Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:21.625Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:21.625Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:26:21.725Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:21.727Z||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-06-02T17:26:21.727Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:21.744Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:21.745Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:22.626Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:22.627Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:22.629Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:22.629Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:26:22.729Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:22.730Z||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-06-02T17:26:22.731Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:22.756Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:22.757Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:23.629Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:23.630Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:23.632Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:23.632Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:26:23.732Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:23.733Z||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-06-02T17:26:23.734Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:23.751Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:23.752Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:24.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:26:24.633Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:24.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:24.635Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:26:24.736Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:24.736Z||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-06-02T17:26:24.737Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:24.754Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:24.755Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:25.638Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "serviceName": "vFW 2022-06-02 17-23-35",
  "serviceVersion": "1.0",
  "serviceUUID": "aee9274f-57c5-401e-820e-bb9992d3ea51",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "661c04be-4534-4bc7-8d2b-b08c571b1ee6",
  "resources": [
    {
      "resourceInstanceName": "vFW eaac3235-d7cf 0",
      "resourceCustomizationUUID": "6ea52b09-9f56-4221-bf8b-31d9ef0dbccc",
      "resourceName": "vFW eaac3235-d7cf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dda1ce1d-2f58-488d-ae18-a47e30c64765",
      "resourceInvariantUUID": "1e97bb5e-eb6f-4c6f-8efc-39a4bea49481",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfweaac3235d7cf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
          "artifactChecksum": "OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c8b889f3-9314-43e7-86d1-716b6aa2d955",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e1ff52a2-aeb8-481f-a08d-263cc31672d6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc",
            "generatedFromUUID": "e1ff52a2-aeb8-481f-a08d-263cc31672d6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602172335-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
      "artifactChecksum": "MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "359014af-7f34-459c-8703-7e9e7e5e9560"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:26:25.640Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:26:25.641Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aee9274f-57c5-401e-820e-bb9992d3ea51 ASDC
2022-06-02T17:26:25.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dfa37339-1edb-4e78-b8e5-c732cca1a4d3
ServiceName:vFW 2022-06-02 17-23-35
ServiceVersion:1.0
ServiceUUID:aee9274f-57c5-401e-820e-bb9992d3ea51
ServiceInvariantUUID:661c04be-4534-4bc7-8d2b-b08c571b1ee6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602172335-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
ArtifactUUID:359014af-7f34-459c-8703-7e9e7e5e9560
ArtifactChecksum:MzcyZGE0Nzk0NTk1NDUwMjFlOWUwYTZkNjE0N2E0Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eaac3235-d7cf 0
ResourceCustomizationUUID:6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
ResourceInvariantUUID:1e97bb5e-eb6f-4c6f-8efc-39a4bea49481
ResourceName:vFW eaac3235-d7cf
ResourceType:VF
ResourceUUID:dda1ce1d-2f58-488d-ae18-a47e30c64765
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweaac3235d7cf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
ArtifactUUID:c8b889f3-9314-43e7-86d1-716b6aa2d955
ArtifactChecksum:OGRkMzQzMTJiOTYzNTFkNGNkOThkZDU1YWU4MTQwZDI=
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
ArtifactUUID:e1ff52a2-aeb8-481f-a08d-263cc31672d6
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
ArtifactUUID:f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
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/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
ArtifactUUID:f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:26:25.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aee9274f-57c5-401e-820e-bb9992d3ea51 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-06-02T17:26:26.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:26:26.110Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 359014af-7f34-459c-8703-7e9e7e5e9560 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.112Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:26.114Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.699Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:26.729Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar 359014af-7f34-459c-8703-7e9e7e5e9560 99033
2022-06-02T17:26:26.749Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar ASDC sendASDCNotification
2022-06-02T17:26:26.749Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:26.750Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:26.751Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:26.754Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:26.754Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190786730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:26:26.854Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:26.855Z||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-06-02T17:26:26.855Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:26.872Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:26.873Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:27.755Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:26:27.756Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-02T17:26:27.756Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 359014af-7f34-459c-8703-7e9e7e5e9560, URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar to file: /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.757Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.842Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:27.842Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:28.621Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13213304989420686424/Definitions/service-Vfw20220602172335-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-06-02T17:26:31.896Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.901Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|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-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|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-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.902Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|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-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eaac3235-d7cf 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-Vfw20220602172335-csar.csar
2022-06-02T17:26:31.903Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-02T17:26:31.909Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.910Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.914Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.914Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-02T17:26:31.916Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:26:31.917Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.917Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.918Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.921Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.922Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.923Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.924Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.925Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.927Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.928Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:31.929Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.930Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.931Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.932Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0dc60fc1-9747-4959-86bc-4ae68ed45066
2022-06-02T17:26:31.933Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.934Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.935Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.936Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbda1393-4203-4d82-92e7-9c68b06e360a
2022-06-02T17:26:31.937Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:31.938Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:31.939Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:31.940Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
2022-06-02T17:26:31.941Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.942Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:31.943Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-23-35
Description:catalog service description
Model UUID:aee9274f-57c5-401e-820e-bb9992d3ea51
Model Version:NULL
Model InvariantUuid:661c04be-4534-4bc7-8d2b-b08c571b1ee6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW eaac3235-d7cf
Model UUID:cc110d1b-8fee-4228-a315-29f0ab3ee624
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1e97bb5e-eb6f-4c6f-8efc-39a4bea49481
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4322fd6b-f877-4ff3-95db-72b4844cf05f
ModelName:VfwEaac3235D7cf..base_vfw..module-0
ModelUuid:72b836e7-126b-4981-b857-fe963255c8c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0dc60fc1-9747-4959-86bc-4ae68ed45066
ModelInvariantUuid:fa52b85f-5b2d-4e31-a6cc-e28f4396a2b7
ModelName:vFW eaac3235-d7cf-nodes.vfwCvfc
ModelUuid:97403495-2c22-41a3-bf1d-9ceef05f5dec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9f301bcf-2c81-4fd2-9359-0ecb9f1277b1
ModelInvariantUuid:fb035216-82c2-419b-9c94-ab120c07df04
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vfw
ModelUuid:d01b2cda-28ca-4630-9350-f0f0358a3d53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cbda1393-4203-4d82-92e7-9c68b06e360a
ModelInvariantUuid:88082beb-4aa4-4f49-bdba-58865f4f8da9
ModelName:vFW eaac3235-d7cf-nodes.vsnCvfc
ModelUuid:9d441ffe-bda8-425d-a29d-d744a5ed63c5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a3067c62-db28-4d30-b52b-c5863b4f0aeb
ModelInvariantUuid:48c71bcc-9db3-4e7a-b716-954efacf32ce
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vsn
ModelUuid:cf597b1f-e37f-40e4-9f5a-0a088c57ab8d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
ModelInvariantUuid:a3cdab35-ff9a-4d7c-8d07-3bff124d7255
ModelName:vFW eaac3235-d7cf-nodes.vpgCvfc
ModelUuid:839a1153-680e-4c06-a4a6-396be8fad019
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5448af32-7dbf-4608-9694-d74ab2608dc2
ModelInvariantUuid:7c4443f1-12b2-43f4-aaa3-154634a9f9f7
ModelName:VfwEaac3235D7cf.compute.nodes.heat.vpg
ModelUuid:f0b98696-52ce-49ee-a8c3-3ff4f7ec58e8
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-06-02T17:26:31.971Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dda1ce1d-2f58-488d-ae18-a47e30c64765
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:26:32.098Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||vFW eaac3235-d7cf 0
2022-06-02T17:26:32.108Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dda1ce1d-2f58-488d-ae18-a47e30c64765
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8b889f3-9314-43e7-86d1-716b6aa2d955 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:32.109Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.637Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json c8b889f3-9314-43e7-86d1-716b6aa2d955 785
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json ASDC sendASDCNotification
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:32.638Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:32.639Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:32.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:32.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190792638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:26:32.742Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:32.743Z||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-06-02T17:26:32.743Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:32.762Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:32.763Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:33.643Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEaac3235D7cf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4322fd6b-f877-4ff3-95db-72b4844cf05f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72b836e7-126b-4981-b857-fe963255c8c1",
    "vfModuleModelCustomizationUUID": "5e0e2fec-af75-43f5-958b-582bcc90e262",
    "isBase": true,
    "artifacts": [
      "e1ff52a2-aeb8-481f-a08d-263cc31672d6",
      "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc"
    ],
    "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-06-02T17:26:33.657Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaac3235D7cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72b836e7-126b-4981-b857-fe963255c8c1
VfModuleModelInvariantUUID:4322fd6b-f877-4ff3-95db-72b4844cf05f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1ff52a2-aeb8-481f-a08d-263cc31672d6
,
f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc

}
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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEaac3235D7cf..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4322fd6b-f877-4ff3-95db-72b4844cf05f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "72b836e7-126b-4981-b857-fe963255c8c1",
    "vfModuleModelCustomizationUUID": "5e0e2fec-af75-43f5-958b-582bcc90e262",
    "isBase": true,
    "artifacts": [
      "e1ff52a2-aeb8-481f-a08d-263cc31672d6",
      "f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc"
    ],
    "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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEaac3235D7cf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72b836e7-126b-4981-b857-fe963255c8c1
VfModuleModelInvariantUUID:4322fd6b-f877-4ff3-95db-72b4844cf05f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e1ff52a2-aeb8-481f-a08d-263cc31672d6
,
f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc

}
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-06-02T17:26:33.660Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1ff52a2-aeb8-481f-a08d-263cc31672d6 from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:33.661Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:33.661Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:34.037Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml e1ff52a2-aeb8-481f-a08d-263cc31672d6 20368
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:34.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:34.039Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:34.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:34.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190794038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:26:34.141Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:34.142Z||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-06-02T17:26:34.142Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:34.166Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:34.166Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:35.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc from URL: /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.043Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-02T17:26:35.043Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.441Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env f2538f7a-982b-49c4-b3e6-c93e0f7b4ebc 2098
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:26:35.442Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:35.443Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:26:35.443Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:35.447Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:35.447Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190795442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:26:35.547Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:35.548Z||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-06-02T17:26:35.548Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:35.566Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:35.567Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:36.448Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aee9274f-57c5-401e-820e-bb9992d3ea51
2022-06-02T17:26:36.448Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eaac3235-d7cf 0 dda1ce1d-2f58-488d-ae18-a47e30c64765 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-06-02T17:26:36.531Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c7a709c, org.onap.sdc.toscaparser.api.parameters.Input@6f96b6c9, org.onap.sdc.toscaparser.api.parameters.Input@73add291, org.onap.sdc.toscaparser.api.parameters.Input@327a8650, org.onap.sdc.toscaparser.api.parameters.Input@2d1bfe13]
2022-06-02T17:26:36.569Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-02T17:26:36.570Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
2022-06-02T17:26:36.571Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc matches Tosca VF Customization UUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
2022-06-02T17:26:36.571Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc  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-06-02T17:26:36.579Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.580Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.583Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6ea52b09-9f56-4221-bf8b-31d9ef0dbccc: {\"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-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6d669488
2022-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.584Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:26:36.585Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e0e2fec-af75-43f5-958b-582bcc90e262
2022-06-02T17:26:36.586Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e0e2fec-af75-43f5-958b-582bcc90e262
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-06-02T17:26:36.595Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.595Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.596Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.597Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.598Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.598Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.599Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.600Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:36.601Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.602Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0dc60fc1-9747-4959-86bc-4ae68ed45066
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-06-02T17:26:36.623Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.623Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.624Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.625Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.626Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:26:36.627Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.628Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cbda1393-4203-4d82-92e7-9c68b06e360a
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-06-02T17:26:36.640Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.640Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.641Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is not matching search criteria
2022-06-02T17:26:36.644Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:26:36.645Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.646Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.646Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:26:36.647Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.647Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:26:36.648Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:26:36.649Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:26:36.649Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fcecaae1-39df-4ad4-b4f9-74f3f52b4ef6
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-06-02T17:26:36.657Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:26:36.658Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.659Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Node template vFW eaac3235-d7cf 0 is matching search criteria
2022-06-02T17:26:36.659Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW eaac3235-d7cf 0] matching following query criteria: sdcType=VF, customizationUUID=6ea52b09-9f56-4221-bf8b-31d9ef0dbccc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.662Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid aee9274f-57c5-401e-820e-bb9992d3ea51: vFW eaac3235-d7cf
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.663Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.664Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:26:36.665Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-02 17-23-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:26:36.666Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-02 17-23-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-06-02T17:26:37.037Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eaac3235-d7cf dda1ce1d-2f58-488d-ae18-a47e30c64765 1 ASDC deployResourceStructure
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json ASDC sendASDCNotification
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json
2022-06-02T17:26:37.038Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:37.039Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:37.040Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:37.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190797038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:26:37.146Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-02T17:26:37.147Z||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-06-02T17:26:37.151Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:37.169Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:37.170Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:26:38.041Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:38.042Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:38.044Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:38.044Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190798041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:26:38.144Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:38.145Z||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-06-02T17:26:38.145Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:38.179Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:38.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env
2022-06-02T17:26:39.046Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:39.047Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:39.048Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:39.049Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190799046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:26:39.149Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:39.150Z||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-06-02T17:26:39.150Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:39.166Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:39.167Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar ASDC sendASDCNotification
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar
2022-06-02T17:26:40.050Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:26:40.051Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:26:40.054Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:26:40.054Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190800050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:26:40.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:26:40.155Z||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-06-02T17:26:40.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:26:40.180Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:26:40.181Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:26:41.055Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:26:41.083Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:26:41.085Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:26:41.085Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:26:41.086Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:27:09.189Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:27:09.190Z||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-06-02T17:27:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:27:09.319Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:27:09.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-02T17:27:09.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:27:09.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:27:11.086Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:27:11.102Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:27:11.104Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:27:11.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:27:11.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:27:41.105Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:27:41.120Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:27:41.122Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:28:09.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:28:09.194Z||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-06-02T17:28:09.194Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:28:09.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:28:09.258Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.259Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190769188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190773168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190779346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190786096,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190786730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "cds",
  "timestamp": 1654190787123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-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-06-02T17:28:09.288Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.298Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.299Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190788464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190782265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190789478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190782983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.303Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "policy-id",
  "timestamp": 1654190790484,
  "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-06-02T17:28:09.308Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.308Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190791248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.318Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.319Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190792638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.320Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190786411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190792859,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.321Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190794038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190794067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190794495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190795442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190795150,
  "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-06-02T17:28:09.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.331Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190788899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.354Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190796156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190797038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/vfweaac3235d7cf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190790962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190798041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190788168,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190799046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/resourceInstances/vfweaac3235d7cf0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190799054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190800050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190799724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "cds",
  "timestamp": 1654190800729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-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-06-02T17:28:09.382Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.392Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190804551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190805557,
  "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-06-02T17:28:09.399Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.399Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190799346,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190807082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190808086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654190802266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "policy-id",
  "timestamp": 1654190809089,
  "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-06-02T17:28:09.416Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.416Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.424Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.424Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190802983,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190810392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.425Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190810495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190810722,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.426Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "aai-ml",
  "timestamp": 1654190811399,
  "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-06-02T17:28:09.431Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.432Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190811870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190812506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602172335/1.0/artifacts/service-Vfw20220602172335-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "clamp",
  "timestamp": 1654190813511,
  "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-06-02T17:28:09.449Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dfa37339-1edb-4e78-b8e5-c732cca1a4d3
2022-06-02T17:28:09.450Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:09.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190813450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190814483,
  "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-06-02T17:28:09.465Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:28:09.465Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:28:09.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654190815487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190816411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190824463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:09.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190818898,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190820962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:28:09.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190828912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:28:09.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:28:11.123Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:28:11.136Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:28:11.139Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:28:11.140Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|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-06-02T17:28:11.145Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:28:41.146Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3 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-06-02T17:28:41.157Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dfa37339-1edb-4e78-b8e5-c732cca1a4d3 and serviceModelVersionId: aee9274f-57c5-401e-820e-bb9992d3ea51
2022-06-02T17:28:41.158Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 661c04be-4534-4bc7-8d2b-b08c571b1ee6
2022-06-02T17:28:55.446Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0
2022-06-02T17:28:55.580Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:28:56.158Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:56.166Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43d78f93-7e26-4d43-a12d-e628bf397ebe], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:28:57.724Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:57.724Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3d08a44-7dc6-4974-af51-75a9ac850626], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:28:59.253Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Invoke
2022-06-02T17:28:59.253Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80e8c392-b717-4934-8a02-697bd0261677], X-ECOMP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], X-TransactionId=[], X-ONAP-RequestID=[dfa37339-1edb-4e78-b8e5-c732cca1a4d3], Content-Type=[application/merge-patch+json]}
2022-06-02T17:29:00.287Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.288Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.289Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.290Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.296Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:00.297Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dfa37339-1edb-4e78-b8e5-c732cca1a4d3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:00.298Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:29:00.298Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:00.300Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:00.300Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190940297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:29:00.401Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:00.402Z||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-06-02T17:29:00.402Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:00.423Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:00.423Z||pool-18-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-06-02T17:29:01.315Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:01.316Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:29:01.316Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:05.768Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:05.769Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||received message from topic
2022-06-02T17:29:05.769Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"657c6302-7210-412d-8510-c64884501622","serviceName":"basic_onboard_Ghxhwg","serviceVersion":"1.0","serviceUUID":"f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b","serviceDescription":"service","serviceInvariantUUID":"2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b","resources":[{"resourceInstanceName":"basic_onboard_Ghxhwg 0","resourceName":"basic_onboard_Ghxhwg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"abf909bd-e82d-4577-a3ba-dee07fb18d22","resourceInvariantUUID":"528057b4-deb9-41b0-85f8-4d1517726569","resourceCustomizationUUID":"269a904a-1626-414d-b0a5-d89febcb1950","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml","artifactChecksum":"NzU3ZjRiNzlhZTlmYTkxZDcwOWVhZjcyYTAwYTEzZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7e565918-fa22-428e-a8c7-4d65b438b50c","artifactVersion":"1"},{"artifactName":"basic_onboard_ghxhwg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json","artifactChecksum":"ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14a73677-7665-4241-8a3b-2072b5b50088","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26dd5ca8-033b-47ae-9ca2-d8fef362378b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0fed622f-b8e6-49d6-a02f-25be0eb016aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e7eff555-2506-429d-9cce-a92b8f7ec587","artifactVersion":"2","generatedFromUUID":"26dd5ca8-033b-47ae-9ca2-d8fef362378b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGhxhwg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml","artifactChecksum":"YmQxNmZhOGUwMjQyOGI1ZTY2YWRiYWU3N2MwZTA0N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ba29068-d403-42c4-a5f4-8790c3d6a2d0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGhxhwg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar","artifactChecksum":"Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7869fcf3-7e7b-464d-8af7-b2f724b5f063","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:29:05.772Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:05.773Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:05.775Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:05.775Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:29:05.875Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:05.876Z||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-06-02T17:29:05.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:05.890Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:05.891Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:06.776Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:06.776Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:06.778Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:06.778Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:29:06.878Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:06.879Z||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-06-02T17:29:06.879Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:06.895Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:06.895Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:07.779Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:07.780Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:07.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:07.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:29:07.882Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:07.883Z||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-06-02T17:29:07.883Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:07.904Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:07.905Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:08.782Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:08.784Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:08.786Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:08.786Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:29:08.887Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:29:08.888Z||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-06-02T17:29:08.889Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:08.903Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:08.904Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:09.190Z||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-06-02T17:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:09.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190831361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190831365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "aai-ml",
  "timestamp": 1654190832366,
  "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-06-02T17:29:09.235Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.235Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654190832370,
  "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-06-02T17:29:09.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.251Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190836814,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.263Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190838500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:29:09.264Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "clamp",
  "timestamp": 1654190839503,
  "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-06-02T17:29:09.269Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657c6302-7210-412d-8510-c64884501622
2022-06-02T17:29:09.269Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:09.787Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:09.788Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:09.790Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:09.790Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T17:29:09.890Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:09.892Z||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-06-02T17:29:09.892Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:09.906Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:09.906Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:10.791Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:10.791Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:10.793Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:10.793Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:29:10.894Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:29:10.895Z||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-06-02T17:29:10.895Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:10.910Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:10.910Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:11.794Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:29:11.795Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:11.797Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:11.798Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:29:11.898Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:29:11.898Z||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-06-02T17:29:11.898Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:11.920Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:11.920Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:12.800Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "serviceName": "basic_onboard_Ghxhwg",
  "serviceVersion": "1.0",
  "serviceUUID": "f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_Ghxhwg 0",
      "resourceCustomizationUUID": "269a904a-1626-414d-b0a5-d89febcb1950",
      "resourceName": "basic_onboard_Ghxhwg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "abf909bd-e82d-4577-a3ba-dee07fb18d22",
      "resourceInvariantUUID": "528057b4-deb9-41b0-85f8-4d1517726569",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ghxhwg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
          "artifactChecksum": "ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14a73677-7665-4241-8a3b-2072b5b50088",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "26dd5ca8-033b-47ae-9ca2-d8fef362378b",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e7eff555-2506-429d-9cce-a92b8f7ec587",
            "generatedFromUUID": "26dd5ca8-033b-47ae-9ca2-d8fef362378b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e7eff555-2506-429d-9cce-a92b8f7ec587",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGhxhwg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
      "artifactChecksum": "Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7869fcf3-7e7b-464d-8af7-b2f724b5f063"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:29:12.801Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:29:12.801Z|dfa37339-1edb-4e78-b8e5-c732cca1a4d3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b ASDC
2022-06-02T17:29:12.802Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC Notification:
DistributionID:657c6302-7210-412d-8510-c64884501622
ServiceName:basic_onboard_Ghxhwg
ServiceVersion:1.0
ServiceUUID:f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
ServiceInvariantUUID:2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGhxhwg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
ArtifactUUID:7869fcf3-7e7b-464d-8af7-b2f724b5f063
ArtifactChecksum:Nzg1ZDZkY2I0ODMyMDkyMjUzYWZmYzhmNWQzOGMzODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Ghxhwg 0
ResourceCustomizationUUID:269a904a-1626-414d-b0a5-d89febcb1950
ResourceInvariantUUID:528057b4-deb9-41b0-85f8-4d1517726569
ResourceName:basic_onboard_Ghxhwg
ResourceType:VF
ResourceUUID:abf909bd-e82d-4577-a3ba-dee07fb18d22
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ghxhwg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
ArtifactUUID:14a73677-7665-4241-8a3b-2072b5b50088
ArtifactChecksum:ZTg4YmFmYjViOGM1NTJiYzViNzBhODBjMzc5NTQ3Njc=
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:26dd5ca8-033b-47ae-9ca2-d8fef362378b
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
ArtifactUUID:e7eff555-2506-429d-9cce-a92b8f7ec587
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/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
ArtifactUUID:e7eff555-2506-429d-9cce-a92b8f7ec587
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:29:12.802Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b 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-06-02T17:29:12.832Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:12.833Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 7869fcf3-7e7b-464d-8af7-b2f724b5f063 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.834Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:12.834Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.908Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar 7869fcf3-7e7b-464d-8af7-b2f724b5f063 71582
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar ASDC sendASDCNotification
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:12.911Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:12.912Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:12.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:12.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190952911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:29:13.014Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:13.015Z||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-06-02T17:29:13.015Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:13.030Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:13.030Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:13.914Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:29:13.916Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:29:13.916Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to write artifact UUID: 7869fcf3-7e7b-464d-8af7-b2f724b5f063, URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar to file: /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.917Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.917Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:13.918Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:14.083Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7708752766105573022/Definitions/service-BasicOnboardGhxhwg-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-06-02T17:29:15.352Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||####################################################################################################
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.353Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Ghxhwg 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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|WARN|500||####################################################################################################
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.354Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:29:15.355Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T17:29:15.356Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.357Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:15.358Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2562244-4e90-45e6-a8e5-f856bd0dfcfe
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.359Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:15.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_Ghxhwg
Description:service
Model UUID:f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
Model Version:NULL
Model InvariantUuid:2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_Ghxhwg
Model UUID:20a38ee2-3541-46dc-9dd2-b18d77b215e4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:528057b4-deb9-41b0-85f8-4d1517726569
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:269a904a-1626-414d-b0a5-d89febcb1950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:94f40aae-959d-4822-b80d-03cb8a2393a6
ModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
ModelUuid:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c2562244-4e90-45e6-a8e5-f856bd0dfcfe
ModelInvariantUuid:561f27ad-4b31-4e9c-8767-d0235b17ab57
ModelName:basic_onboard_Ghxhwg-nodes.ubuntu18Cvfc
ModelUuid:e9e05133-2645-46c1-8a02-cb0f866fd584
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0f0d75aa-1b0f-4904-8ff7-83a32a7ec823
ModelInvariantUuid:44d3151d-d2e1-4476-adbf-9fbd6d5f201b
ModelName:BasicOnboardGhxhwg.compute.nodes.heat.ubuntu18
ModelUuid:a5ebf1e4-0336-473f-841d-342258d6fc31
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-06-02T17:29:15.368Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: abf909bd-e82d-4577-a3ba-dee07fb18d22
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:29:15.371Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||basic_onboard_Ghxhwg 0
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: abf909bd-e82d-4577-a3ba-dee07fb18d22
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 14a73677-7665-4241-8a3b-2072b5b50088 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:15.372Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.442Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json 14a73677-7665-4241-8a3b-2072b5b50088 798
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json ASDC sendASDCNotification
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:15.443Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:15.444Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:15.446Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:15.446Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190955443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:29:15.546Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:15.547Z||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-06-02T17:29:15.547Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:15.560Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:15.562Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:16.447Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGhxhwg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "94f40aae-959d-4822-b80d-03cb8a2393a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "228eb8ec-bd5d-4c89-8f6b-747f23f447e2",
    "vfModuleModelCustomizationUUID": "f876fb69-6678-4692-a16a-ce98f245216b",
    "isBase": true,
    "artifacts": [
      "26dd5ca8-033b-47ae-9ca2-d8fef362378b",
      "e7eff555-2506-429d-9cce-a92b8f7ec587"
    ],
    "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-06-02T17:29:16.451Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
VfModuleModelInvariantUUID:94f40aae-959d-4822-b80d-03cb8a2393a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
26dd5ca8-033b-47ae-9ca2-d8fef362378b
,
e7eff555-2506-429d-9cce-a92b8f7ec587

}
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-06-02T17:29:16.453Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGhxhwg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "94f40aae-959d-4822-b80d-03cb8a2393a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "228eb8ec-bd5d-4c89-8f6b-747f23f447e2",
    "vfModuleModelCustomizationUUID": "f876fb69-6678-4692-a16a-ce98f245216b",
    "isBase": true,
    "artifacts": [
      "26dd5ca8-033b-47ae-9ca2-d8fef362378b",
      "e7eff555-2506-429d-9cce-a92b8f7ec587"
    ],
    "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-06-02T17:29:16.453Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGhxhwg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:228eb8ec-bd5d-4c89-8f6b-747f23f447e2
VfModuleModelInvariantUUID:94f40aae-959d-4822-b80d-03cb8a2393a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
26dd5ca8-033b-47ae-9ca2-d8fef362378b
,
e7eff555-2506-429d-9cce-a92b8f7ec587

}
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-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: 26dd5ca8-033b-47ae-9ca2-d8fef362378b from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:16.454Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.501Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml 26dd5ca8-033b-47ae-9ca2-d8fef362378b 5033
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:16.502Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:16.503Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:16.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:16.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190956502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:29:16.605Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:16.606Z||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-06-02T17:29:16.606Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:16.619Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:16.620Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:17.505Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Trying to download the artifact UUID: e7eff555-2506-429d-9cce-a92b8f7ec587 from URL: /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.506Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:29:17.506Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env e7eff555-2506-429d-9cce-a92b8f7ec587 909
2022-06-02T17:29:17.559Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:29:17.560Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:17.561Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:17.562Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190957559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:29:17.662Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:17.663Z||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-06-02T17:29:17.664Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:17.677Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:17.678Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:29:18.562Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Preparing to deploy Service: f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
2022-06-02T17:29:18.563Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Ghxhwg 0 abf909bd-e82d-4577-a3ba-dee07fb18d22 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-06-02T17:29:18.578Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@327913de, org.onap.sdc.toscaparser.api.parameters.Input@155c3be1, org.onap.sdc.toscaparser.api.parameters.Input@5c63349b, org.onap.sdc.toscaparser.api.parameters.Input@1556777e, org.onap.sdc.toscaparser.api.parameters.Input@6f4b61e9]
2022-06-02T17:29:18.579Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.579Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||VFCustomizationUUID= 269a904a-1626-414d-b0a5-d89febcb1950
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269a904a-1626-414d-b0a5-d89febcb1950 matches Tosca VF Customization UUID: 269a904a-1626-414d-b0a5-d89febcb1950
2022-06-02T17:29:18.580Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||vfCustomizationUUID: 269a904a-1626-414d-b0a5-d89febcb1950  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-06-02T17:29:18.583Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.584Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.584Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||resource request for resource customization id 269a904a-1626-414d-b0a5-d89febcb1950: {\"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-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@787585fc
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:29:18.585Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f876fb69-6678-4692-a16a-ce98f245216b
2022-06-02T17:29:18.586Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f876fb69-6678-4692-a16a-ce98f245216b
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-06-02T17:29:18.588Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.589Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.590Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is not matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T17:29:18.591Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c2562244-4e90-45e6-a8e5-f856bd0dfcfe
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-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:29:18.594Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.595Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Node template basic_onboard_Ghxhwg 0 is matching search criteria
2022-06-02T17:29:18.595Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found topology templates [basic_onboard_Ghxhwg 0] matching following query criteria: sdcType=VF, customizationUUID=269a904a-1626-414d-b0a5-d89febcb1950
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:29:18.598Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500|| resourceSeq for service uuid f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b: basic_onboard_Ghxhwg
2022-06-02T17:29:18.599Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.600Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.601Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Service basic_onboard_Ghxhwg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:29:18.602Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||Saving Service: basic_onboard_Ghxhwg 
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-06-02T17:29:18.715Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Ghxhwg abf909bd-e82d-4577-a3ba-dee07fb18d22 1 ASDC deployResourceStructure
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json ASDC sendASDCNotification
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json
2022-06-02T17:29:18.716Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:18.717Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:18.719Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:18.719Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190958716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:18.819Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:18.820Z||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-06-02T17:29:18.820Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:18.835Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:18.836Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:19.720Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T17:29:19.720Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml
2022-06-02T17:29:19.721Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:19.722Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:19.723Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:19.724Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:19.824Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:19.826Z||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-06-02T17:29:19.827Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:19.854Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:19.854Z||pool-31-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:20.725Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:20.728Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:20.728Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190960724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:20.828Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-02T17:29:20.829Z||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-06-02T17:29:20.829Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:20.857Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:20.858Z||pool-32-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:21.730Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar ASDC sendASDCNotification
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:29:21.731Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:21.733Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:21.733Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190961730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:29:21.833Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:29:21.834Z||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-06-02T17:29:21.834Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:21.853Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:21.854Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:29:22.734Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c6302-7210-412d-8510-c64884501622
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:29:22.745Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c6302-7210-412d-8510-c64884501622
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:29:22.749Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?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-06-02T17:29:22.755Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:29:52.756Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 657c6302-7210-412d-8510-c64884501622 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-06-02T17:29:52.762Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657c6302-7210-412d-8510-c64884501622 and serviceModelVersionId: f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b
2022-06-02T17:29:52.762Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b
2022-06-02T17:29:52.763Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0
2022-06-02T17:29:52.767Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:29:52.814Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/661c04be-4534-4bc7-8d2b-b08c571b1ee6/model-vers/model-ver/aee9274f-57c5-401e-820e-bb9992d3ea51?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:52.817Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:54.360Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:54.361Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:55.896Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:55.898Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Invoke
2022-06-02T17:29:56.926Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.928Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.928Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.929Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.944Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:29:56.945Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657c6302-7210-412d-8510-c64884501622 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:29:56.945Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:29:56.946Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:29:56.948Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:29:56.948Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190996945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:29:57.048Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:29:57.049Z||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-06-02T17:29:57.049Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:29:57.087Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:29:57.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-06-02T17:29:57.965Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:29:57.966Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:29:57.966Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:07.552Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:30:07.553Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:07.554Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:30:07.554Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:09.190Z||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-06-02T17:30:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:09.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:30:09.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dfa37339-1edb-4e78-b8e5-c732cca1a4d3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190940297,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:30:09.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:30:09.219Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:30:17.125Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:30:17.126Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:30:26.689Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:31:09.187Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:31:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:31:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:31:09.189Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:31:09.190Z||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-06-02T17:31:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:31:09.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:31:09.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190941315,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190952911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190955443,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190956502,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190957559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190958716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/basic_onboard_ghxhwg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190959719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190960724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/resourceInstances/basic_onboard_ghxhwg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190961730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGhxhwg/1.0/artifacts/service-BasicOnboardGhxhwg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T17:31:09.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c6302-7210-412d-8510-c64884501622",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654190996945,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:31:09.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:31:18.787Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:32:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:32:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:32:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:32:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:32:09.190Z||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-06-02T17:32:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:32:18.805Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:32:18.886Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:33:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:33:09.190Z||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-06-02T17:33:09.187Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:33:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:33:09.191Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:33:09.191Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:33:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:33:18.771Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:34:09.188Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:34:09.189Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:34:09.189Z||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-06-02T17:34:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.856Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:09.856Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:09.857Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||received message from topic
2022-06-02T17:34:09.857Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"5117be27-5f81-4437-bcb0-9ca19d207269","serviceName":"vFW 2022-06-02 17-31-24","serviceVersion":"1.0","serviceUUID":"3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a","serviceDescription":"catalog service description","serviceInvariantUUID":"dccc40d3-fa3f-4541-bb0e-a06919f69128","resources":[{"resourceInstanceName":"vFW 6bb87f55-cebc 0","resourceName":"vFW 6bb87f55-cebc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d83d937b-0de4-47f2-8c75-b3576f5adf79","resourceInvariantUUID":"2472abcf-e05b-49aa-9e56-7fad20d80879","resourceCustomizationUUID":"fe69f358-04d3-4538-b900-15083b4109ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml","artifactChecksum":"MTc5ZmRlYzEwY2FlNTkwODc3NTU5YWYzZTI0ODg5ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b87d461b-a835-4549-b89e-83d5b2345a82","artifactVersion":"1"},{"artifactName":"vfw6bb87f55cebc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json","artifactChecksum":"NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1b8527b9-fb5f-416c-a88e-414abd947b26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e77da07d-99a4-4c31-a1de-892eaf28930f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml","artifactChecksum":"YWI2ZGYyOGNhODgzN2ZlZDM0OTgzOGI1YzhmMTViN2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"92a7ad21-aab1-4ffb-a697-b057f1afc25d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93e7a38c-7c55-4d99-9210-59493213ef9b","artifactVersion":"2","generatedFromUUID":"e77da07d-99a4-4c31-a1de-892eaf28930f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602173124-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml","artifactChecksum":"MGJkMGQxZWY4YWQzZjVkMTAzZDA5NGQ0Y2Y0OTFlY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"23ab2a61-c5a7-427c-85aa-54ec713d2d2e","artifactVersion":"1"},{"artifactName":"service-Vfw20220602173124-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar","artifactChecksum":"OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d5bdd20-d8e3-4c53-9575-a5df63667b54","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:34:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.861Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.864Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.866Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191223168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191222265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191222983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191219346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191233157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191233348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191233649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "cds",
  "timestamp": 1654191234163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-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-06-02T17:34:09.899Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.899Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191234655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191234765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.913Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "policy-id",
  "timestamp": 1654191235659,
  "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-06-02T17:34:09.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191236357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191237389,
  "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-06-02T17:34:09.947Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:34:09.948Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:34:09.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191238395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:09.958Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191236411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191244169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.968Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:34:09.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.969Z||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-06-02T17:34:09.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.969Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191238898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:09.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191240965,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191248927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:09.972Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:34:09.984Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:09.984Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:10.867Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:10.868Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:10.870Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:10.871Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:34:10.971Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:10.972Z||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-06-02T17:34:10.972Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:10.985Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:10.986Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:11.871Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:11.872Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:11.874Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:11.874Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:34:11.974Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:11.975Z||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-06-02T17:34:11.975Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:12.006Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:12.007Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:12.880Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:12.881Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:12.886Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:12.886Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:12.985Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:34:12.986Z||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-06-02T17:34:12.986Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:13.031Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:13.031Z||pool-38-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:13.887Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:13.888Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:13.890Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:13.890Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:34:13.990Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:34:13.991Z||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-06-02T17:34:13.991Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:14.024Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:14.024Z||pool-39-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:14.891Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:14.892Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:14.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:14.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:34:14.994Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:14.995Z||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-06-02T17:34:14.995Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:15.041Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:15.041Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:15.894Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:34:15.895Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:15.897Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:15.897Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:34:15.997Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:15.998Z||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-06-02T17:34:15.999Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:16.021Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:16.022Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "serviceName": "vFW 2022-06-02 17-31-24",
  "serviceVersion": "1.0",
  "serviceUUID": "3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "dccc40d3-fa3f-4541-bb0e-a06919f69128",
  "resources": [
    {
      "resourceInstanceName": "vFW 6bb87f55-cebc 0",
      "resourceCustomizationUUID": "fe69f358-04d3-4538-b900-15083b4109ca",
      "resourceName": "vFW 6bb87f55-cebc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d83d937b-0de4-47f2-8c75-b3576f5adf79",
      "resourceInvariantUUID": "2472abcf-e05b-49aa-9e56-7fad20d80879",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6bb87f55cebc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
          "artifactChecksum": "NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1b8527b9-fb5f-416c-a88e-414abd947b26",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e77da07d-99a4-4c31-a1de-892eaf28930f",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "93e7a38c-7c55-4d99-9210-59493213ef9b",
            "generatedFromUUID": "e77da07d-99a4-4c31-a1de-892eaf28930f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "93e7a38c-7c55-4d99-9210-59493213ef9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602173124-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
      "artifactChecksum": "OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d5bdd20-d8e3-4c53-9575-a5df63667b54"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:34:16.901Z|657c6302-7210-412d-8510-c64884501622|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a ASDC
2022-06-02T17:34:16.902Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:5117be27-5f81-4437-bcb0-9ca19d207269
ServiceName:vFW 2022-06-02 17-31-24
ServiceVersion:1.0
ServiceUUID:3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
ServiceInvariantUUID:dccc40d3-fa3f-4541-bb0e-a06919f69128
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602173124-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
ArtifactUUID:9d5bdd20-d8e3-4c53-9575-a5df63667b54
ArtifactChecksum:OWE3Zjc5ODMyYWUwNjY5ZjA3ZDExYzNjNzI5MTBiOTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6bb87f55-cebc 0
ResourceCustomizationUUID:fe69f358-04d3-4538-b900-15083b4109ca
ResourceInvariantUUID:2472abcf-e05b-49aa-9e56-7fad20d80879
ResourceName:vFW 6bb87f55-cebc
ResourceType:VF
ResourceUUID:d83d937b-0de4-47f2-8c75-b3576f5adf79
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6bb87f55cebc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
ArtifactUUID:1b8527b9-fb5f-416c-a88e-414abd947b26
ArtifactChecksum:NmJjNjJmNTJmM2M3NjY2MGIxMjNhZWIxZWUzZWIzOWY=
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
ArtifactUUID:e77da07d-99a4-4c31-a1de-892eaf28930f
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
ArtifactUUID:93e7a38c-7c55-4d99-9210-59493213ef9b
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/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
ArtifactUUID:93e7a38c-7c55-4d99-9210-59493213ef9b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:34:16.902Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a 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-06-02T17:34:17.008Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:17.009Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 9d5bdd20-d8e3-4c53-9575-a5df63667b54 from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.010Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:17.010Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.119Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:17.126Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar 9d5bdd20-d8e3-4c53-9575-a5df63667b54 99023
2022-06-02T17:34:17.126Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar ASDC sendASDCNotification
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:17.127Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:17.129Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:17.130Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191257126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:17.230Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:17.231Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T17:34:17.231Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:17.287Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:17.288Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:18.130Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:34:18.136Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:34:18.136Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to write artifact UUID: 9d5bdd20-d8e3-4c53-9575-a5df63667b54, URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar to file: /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.137Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:18.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12753764170029186885/Definitions/service-Vfw20220602173124-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-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||####################################################################################################
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:34:20.269Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.270Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6bb87f55-cebc 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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-Vfw20220602173124-csar.csar
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|WARN|500||####################################################################################################
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.271Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:34:20.272Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.273Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.274Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.275Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:34:20.276Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.277Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:20.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:34:20.279Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=043593c1-7c2b-4566-8c1a-acaf0654de39
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.282Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0374d7c8-4a2c-43ea-942b-8d8a7ab32754
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:20.283Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:20.284Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0e4a13f-0fed-41cf-b8cd-bcab519c196b
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.285Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:20.286Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-31-24
Description:catalog service description
Model UUID:3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
Model Version:NULL
Model InvariantUuid:dccc40d3-fa3f-4541-bb0e-a06919f69128
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6bb87f55-cebc
Model UUID:6a4c9e48-89d1-4afe-be5a-42cb19be947f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2472abcf-e05b-49aa-9e56-7fad20d80879
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fe69f358-04d3-4538-b900-15083b4109ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:802f4016-9017-4117-a8e7-9e2c04a65137
ModelName:Vfw6bb87f55Cebc..base_vfw..module-0
ModelUuid:0b399273-89ba-41b1-8d3b-ac9a99264c29
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:043593c1-7c2b-4566-8c1a-acaf0654de39
ModelInvariantUuid:86b364b7-abba-43e5-b9c5-49f519d4f7be
ModelName:vFW 6bb87f55-cebc-nodes.vfwCvfc
ModelUuid:ac2fb2cc-1820-4fe1-b71d-632900d19849
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a20b993e-94bf-49f6-a50a-fcac881fb43f
ModelInvariantUuid:713ed7d1-2551-401e-9624-59a254d1ea75
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vfw
ModelUuid:a67b4f54-73fe-4b18-8318-a3d253416101
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0374d7c8-4a2c-43ea-942b-8d8a7ab32754
ModelInvariantUuid:66cdd33e-11ba-4609-be26-951d79df2140
ModelName:vFW 6bb87f55-cebc-nodes.vsnCvfc
ModelUuid:6ea201fe-55d7-410e-bf02-619067f51d80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f58a78bd-40b7-46de-919d-653cc9a110b6
ModelInvariantUuid:ec1875e2-3c87-453a-ba17-72c551f1dd91
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vsn
ModelUuid:93c63ef1-feff-43b7-b789-58589ab6905e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f0e4a13f-0fed-41cf-b8cd-bcab519c196b
ModelInvariantUuid:7244093d-4d14-40cf-b1ae-6928d063935e
ModelName:vFW 6bb87f55-cebc-nodes.vpgCvfc
ModelUuid:e63aaffc-1ebb-469b-816d-4314f564ba81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:49173867-5947-4add-a803-87ee34d02b8b
ModelInvariantUuid:7be78a5c-e205-4dd0-8d64-77cbaeed87d9
ModelName:Vfw6bb87f55Cebc.compute.nodes.heat.vpg
ModelUuid:65ff2b22-e940-4486-833e-59ef774134f3
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-06-02T17:34:20.313Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: d83d937b-0de4-47f2-8c75-b3576f5adf79
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||vFW 6bb87f55-cebc 0
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: d83d937b-0de4-47f2-8c75-b3576f5adf79
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 1b8527b9-fb5f-416c-a88e-414abd947b26 from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.322Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:20.323Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.477Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:20.477Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json 1b8527b9-fb5f-416c-a88e-414abd947b26 785
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json ASDC sendASDCNotification
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:20.478Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:20.479Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:20.481Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:20.481Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191260478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:20.581Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-06-02T17:34:20.582Z||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-06-02T17:34:20.582Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:20.624Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:20.625Z||pool-43-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:21.504Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6bb87f55Cebc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "802f4016-9017-4117-a8e7-9e2c04a65137",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b399273-89ba-41b1-8d3b-ac9a99264c29",
    "vfModuleModelCustomizationUUID": "f48b4eb0-f649-4362-b7e6-2559c98d597e",
    "isBase": true,
    "artifacts": [
      "e77da07d-99a4-4c31-a1de-892eaf28930f",
      "93e7a38c-7c55-4d99-9210-59493213ef9b"
    ],
    "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-06-02T17:34:21.508Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6bb87f55Cebc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b399273-89ba-41b1-8d3b-ac9a99264c29
VfModuleModelInvariantUUID:802f4016-9017-4117-a8e7-9e2c04a65137
VfModuleModelDescription:NULL
Artifacts UUID List:{
e77da07d-99a4-4c31-a1de-892eaf28930f
,
93e7a38c-7c55-4d99-9210-59493213ef9b

}
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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6bb87f55Cebc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "802f4016-9017-4117-a8e7-9e2c04a65137",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0b399273-89ba-41b1-8d3b-ac9a99264c29",
    "vfModuleModelCustomizationUUID": "f48b4eb0-f649-4362-b7e6-2559c98d597e",
    "isBase": true,
    "artifacts": [
      "e77da07d-99a4-4c31-a1de-892eaf28930f",
      "93e7a38c-7c55-4d99-9210-59493213ef9b"
    ],
    "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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6bb87f55Cebc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0b399273-89ba-41b1-8d3b-ac9a99264c29
VfModuleModelInvariantUUID:802f4016-9017-4117-a8e7-9e2c04a65137
VfModuleModelDescription:NULL
Artifacts UUID List:{
e77da07d-99a4-4c31-a1de-892eaf28930f
,
93e7a38c-7c55-4d99-9210-59493213ef9b

}
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-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: e77da07d-99a4-4c31-a1de-892eaf28930f from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.510Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:21.511Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.578Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml e77da07d-99a4-4c31-a1de-892eaf28930f 20368
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:34:21.579Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:21.580Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:21.580Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:21.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:21.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191261579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:21.682Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:21.683Z||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-06-02T17:34:21.683Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:21.706Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:21.707Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:22.582Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Trying to download the artifact UUID: 93e7a38c-7c55-4d99-9210-59493213ef9b from URL: /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.583Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:34:22.583Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.798Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env 93e7a38c-7c55-4d99-9210-59493213ef9b 2098
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:34:22.799Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:22.800Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:34:22.800Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:22.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:22.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191262799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:34:22.902Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:22.903Z||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-06-02T17:34:22.903Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:22.922Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:22.922Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:34:23.802Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Preparing to deploy Service: 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
2022-06-02T17:34:23.803Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6bb87f55-cebc 0 d83d937b-0de4-47f2-8c75-b3576f5adf79 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-06-02T17:34:23.830Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19f48397, org.onap.sdc.toscaparser.api.parameters.Input@103a7723, org.onap.sdc.toscaparser.api.parameters.Input@3f842877, org.onap.sdc.toscaparser.api.parameters.Input@2bedeb2c, org.onap.sdc.toscaparser.api.parameters.Input@16b83dfd]
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T17:34:23.832Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||VFCustomizationUUID= fe69f358-04d3-4538-b900-15083b4109ca
2022-06-02T17:34:23.833Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe69f358-04d3-4538-b900-15083b4109ca matches Tosca VF Customization UUID: fe69f358-04d3-4538-b900-15083b4109ca
2022-06-02T17:34:23.833Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||vfCustomizationUUID: fe69f358-04d3-4538-b900-15083b4109ca  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-06-02T17:34:23.836Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.836Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||resource request for resource customization id fe69f358-04d3-4538-b900-15083b4109ca: {\"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-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f51b8ed
2022-06-02T17:34:23.837Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f48b4eb0-f649-4362-b7e6-2559c98d597e
2022-06-02T17:34:23.838Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f48b4eb0-f649-4362-b7e6-2559c98d597e
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-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.844Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.845Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:23.846Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:23.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:23.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=043593c1-7c2b-4566-8c1a-acaf0654de39
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-06-02T17:34:23.852Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.853Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.853Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.853Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.854Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:23.854Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:23.854Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:23.854Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.855Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.855Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:23.855Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.856Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:23.856Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:34:23.856Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:34:23.856Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.856Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:34:23.857Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.857Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0374d7c8-4a2c-43ea-942b-8d8a7ab32754
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-06-02T17:34:23.861Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.862Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.862Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.862Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.863Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is not matching search criteria
2022-06-02T17:34:23.863Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:34:23.863Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:34:23.864Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.864Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.864Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:34:23.864Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.864Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:34:23.865Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:34:23.865Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:34:23.865Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:34:23.865Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:34:23.866Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:34:23.866Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f0e4a13f-0fed-41cf-b8cd-bcab519c196b
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-06-02T17:34:23.871Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.871Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.872Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:34:23.872Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.872Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Node template vFW 6bb87f55-cebc 0 is matching search criteria
2022-06-02T17:34:23.873Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found topology templates [vFW 6bb87f55-cebc 0] matching following query criteria: sdcType=VF, customizationUUID=fe69f358-04d3-4538-b900-15083b4109ca
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:34:23.884Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.885Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.885Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500|| resourceSeq for service uuid 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a: vFW 6bb87f55-cebc
2022-06-02T17:34:23.886Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.886Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.886Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.887Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.887Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.887Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.887Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.888Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.888Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:34:23.888Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-31-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:34:23.888Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||Saving Service: vFW 2022-06-02 17-31-24 
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-06-02T17:34:24.489Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6bb87f55-cebc d83d937b-0de4-47f2-8c75-b3576f5adf79 1 ASDC deployResourceStructure
2022-06-02T17:34:24.489Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json ASDC sendASDCNotification
2022-06-02T17:34:24.490Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json
2022-06-02T17:34:24.491Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:34:24.492Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:24.494Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:24.494Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191264489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:24.594Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:24.595Z||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-06-02T17:34:24.595Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:24.615Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:24.615Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:25.494Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:34:25.495Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml
2022-06-02T17:34:25.495Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:34:25.496Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:25.498Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:25.498Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191265494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:25.599Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:34:25.600Z||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-06-02T17:34:25.600Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:25.618Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:25.619Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:26.500Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:34:26.500Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env
2022-06-02T17:34:26.500Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:34:26.500Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:26.502Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:26.502Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191266500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:26.602Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:26.603Z||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-06-02T17:34:26.603Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:26.682Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:26.683Z||pool-48-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:27.503Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar ASDC sendASDCNotification
2022-06-02T17:34:27.504Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar
2022-06-02T17:34:27.504Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:34:27.504Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:34:27.505Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:34:27.506Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191267503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:34:27.606Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:34:27.606Z||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-06-02T17:34:27.607Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:34:27.628Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:34:27.630Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:34:28.506Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:34:28.535Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:34:28.540Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:34:28.540Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:34:28.540Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:34:58.541Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:34:58.557Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:34:58.563Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:34:58.563Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:34:58.563Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:35:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:35:09.190Z||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-06-02T17:35:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:35:09.319Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:35:09.319Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T17:35:09.319Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:35:09.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:35:28.563Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:35:28.593Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:35:28.598Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:35:28.599Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:35:28.599Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:35:58.599Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:35:58.615Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:35:58.618Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:35:58.618Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:35:58.618Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:36:09.190Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:36:09.191Z||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-06-02T17:36:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:36:09.726Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:36:09.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:36:09.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:36:09.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191252636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.730Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:36:09.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191253640,
  "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-06-02T17:36:09.740Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:36:09.741Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:36:09.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:36:09.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191254114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:36:09.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:36:09.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "aai-ml",
  "timestamp": 1654191255118,
  "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-06-02T17:36:09.762Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:36:09.762Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:36:09.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191249187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:36:09.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:36:09.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191257126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191259609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191260478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191260697,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191261579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:36:09.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "clamp",
  "timestamp": 1654191261701,
  "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-06-02T17:36:09.781Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5117be27-5f81-4437-bcb0-9ca19d207269
2022-06-02T17:36:09.781Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:36:09.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191262799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:36:09.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191264489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/vfw6bb87f55cebc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.792Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191265494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191266500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/resourceInstances/vfw6bb87f55cebc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.793Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:09.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:36:09.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191267503,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173124/1.0/artifacts/service-Vfw20220602173124-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:36:09.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:36:28.619Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:36:28.639Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:36:28.642Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:36:28.643Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:36:28.643Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:36:28.643Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:36:28.643Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:36:28.643Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?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-06-02T17:36:28.659Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:36:58.660Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 5117be27-5f81-4437-bcb0-9ca19d207269 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-06-02T17:36:58.677Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5117be27-5f81-4437-bcb0-9ca19d207269 and serviceModelVersionId: 3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a
2022-06-02T17:36:58.677Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dccc40d3-fa3f-4541-bb0e-a06919f69128
2022-06-02T17:36:58.679Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0
2022-06-02T17:36:58.690Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:36:58.747Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d1cb928-cfc0-4a0a-8240-cd4a1fff5a9b/model-vers/model-ver/f3bf9d37-f76b-4cb8-8887-7e73a0fbba8b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:36:58.749Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||Invoke
2022-06-02T17:37:00.278Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:37:00.280Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||Invoke
2022-06-02T17:37:01.813Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:37:01.814Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||Invoke
2022-06-02T17:37:02.847Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:37:02.848Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:37:02.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:37:02.849Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:37:02.858Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T17:37:02.858Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5117be27-5f81-4437-bcb0-9ca19d207269 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:37:02.858Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:37:02.859Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:02.862Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:02.862Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|DEBUG|500||try to send status {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191422858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:37:02.962Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:02.963Z||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-06-02T17:37:02.963Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:02.981Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:02.981Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:37:03.884Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:37:03.885Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:37:03.885Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:37:09.190Z||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-06-02T17:37:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:09.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:09.825Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:37:09.825Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5117be27-5f81-4437-bcb0-9ca19d207269",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191422858,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:37:09.826Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:37:14.281Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:14.282Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:37:14.282Z||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-06-02T17:37:14.282Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:17.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:17.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-02T17:37:17.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7dc1ddf0-c59d-4d05-be35-106d0ca204b6","serviceName":"vFW 2022-06-02 17-35-05","serviceVersion":"1.0","serviceUUID":"df2bc758-0c90-438a-9d46-2f94b11d0a47","serviceDescription":"catalog service description","serviceInvariantUUID":"50abe9b3-a545-4955-8d3e-40ba3e210093","resources":[{"resourceInstanceName":"vFW 223fa608-4b33 0","resourceName":"vFW 223fa608-4b33","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fff2b9ca-4603-422b-a2b4-71f533433ded","resourceInvariantUUID":"4e709a5b-f8c8-49cc-948e-cd9ce4b37692","resourceCustomizationUUID":"a78c67ae-f71f-4262-ab5e-2d342323bd3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml","artifactChecksum":"YzBmNzBmNzdmNmEzOTU1OGI3NzYwNGEzY2VkZDEzMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ed7f577-c45f-4d9a-bd6f-25bd95f8c9a6","artifactVersion":"1"},{"artifactName":"vfw223fa6084b330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json","artifactChecksum":"M2U0NWYyYTA0MGMxOTE0ODQ4Y2ZkNmE3Mzg2YmY3NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"99c555ed-6b49-4e82-8ec8-96cf93c3122c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ebb2208f-c527-4ecd-aaec-8ceb982bd3b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml","artifactChecksum":"NWM4Y2EzZDhiZmQ4ZGQwZTBkNzhkMjYzNWJlNDE2OGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b998737e-2d33-4842-9120-5f5321c2f0ab","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dcce7742-0251-4df1-9e9a-951b944bdf7e","artifactVersion":"2","generatedFromUUID":"ebb2208f-c527-4ecd-aaec-8ceb982bd3b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602173505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml","artifactChecksum":"YzZlZDg5ZTc1NTBkOGQ5MTFkYzk1NDQ1YTVjMmVlZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"271c93eb-12b6-4f91-bfa8-7b211edd0382","artifactVersion":"1"},{"artifactName":"service-Vfw20220602173505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar","artifactChecksum":"NzdkMTlmMTU3MTA4YTM1OGE4ZjFkMmZiNjY2NjFkODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"824b7d69-20c6-4596-9407-c0831e84ef80","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:37:17.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:17.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:17.486Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:17.486Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:37:17.586Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:17.587Z||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-06-02T17:37:17.587Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:17.607Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:17.608Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:18.487Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:18.488Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:18.490Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:18.490Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:37:18.590Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:18.591Z||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-06-02T17:37:18.591Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:18.609Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:18.609Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:19.491Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:19.492Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:19.494Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:19.494Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:37:19.597Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-02T17:37:19.598Z||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-06-02T17:37:19.598Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:19.617Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:19.618Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:20.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:20.495Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:20.498Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:20.498Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:37:20.598Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:20.599Z||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-06-02T17:37:20.599Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:20.627Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:20.627Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:21.499Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:21.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:21.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:21.503Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:37:21.603Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:21.604Z||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-06-02T17:37:21.604Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:21.619Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:21.620Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:22.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:22.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:22.506Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:22.506Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:37:22.606Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:22.607Z||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-06-02T17:37:22.607Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:22.629Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:22.630Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:23.507Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:37:23.508Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:23.510Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:23.510Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:37:23.610Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:23.611Z||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-06-02T17:37:23.611Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:23.625Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:23.626Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:24.511Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "serviceName": "vFW 2022-06-02 17-35-05",
  "serviceVersion": "1.0",
  "serviceUUID": "df2bc758-0c90-438a-9d46-2f94b11d0a47",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "50abe9b3-a545-4955-8d3e-40ba3e210093",
  "resources": [
    {
      "resourceInstanceName": "vFW 223fa608-4b33 0",
      "resourceCustomizationUUID": "a78c67ae-f71f-4262-ab5e-2d342323bd3e",
      "resourceName": "vFW 223fa608-4b33",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fff2b9ca-4603-422b-a2b4-71f533433ded",
      "resourceInvariantUUID": "4e709a5b-f8c8-49cc-948e-cd9ce4b37692",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw223fa6084b330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
          "artifactChecksum": "M2U0NWYyYTA0MGMxOTE0ODQ4Y2ZkNmE3Mzg2YmY3NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "99c555ed-6b49-4e82-8ec8-96cf93c3122c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ebb2208f-c527-4ecd-aaec-8ceb982bd3b1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dcce7742-0251-4df1-9e9a-951b944bdf7e",
            "generatedFromUUID": "ebb2208f-c527-4ecd-aaec-8ceb982bd3b1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dcce7742-0251-4df1-9e9a-951b944bdf7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602173505-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
      "artifactChecksum": "NzdkMTlmMTU3MTA4YTM1OGE4ZjFkMmZiNjY2NjFkODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "824b7d69-20c6-4596-9407-c0831e84ef80"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:37:24.512Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:37:24.512Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df2bc758-0c90-438a-9d46-2f94b11d0a47 ASDC
2022-06-02T17:37:24.513Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7dc1ddf0-c59d-4d05-be35-106d0ca204b6
ServiceName:vFW 2022-06-02 17-35-05
ServiceVersion:1.0
ServiceUUID:df2bc758-0c90-438a-9d46-2f94b11d0a47
ServiceInvariantUUID:50abe9b3-a545-4955-8d3e-40ba3e210093
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602173505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar
ArtifactUUID:824b7d69-20c6-4596-9407-c0831e84ef80
ArtifactChecksum:NzdkMTlmMTU3MTA4YTM1OGE4ZjFkMmZiNjY2NjFkODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 223fa608-4b33 0
ResourceCustomizationUUID:a78c67ae-f71f-4262-ab5e-2d342323bd3e
ResourceInvariantUUID:4e709a5b-f8c8-49cc-948e-cd9ce4b37692
ResourceName:vFW 223fa608-4b33
ResourceType:VF
ResourceUUID:fff2b9ca-4603-422b-a2b4-71f533433ded
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw223fa6084b330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json
ArtifactUUID:99c555ed-6b49-4e82-8ec8-96cf93c3122c
ArtifactChecksum:M2U0NWYyYTA0MGMxOTE0ODQ4Y2ZkNmE3Mzg2YmY3NTg=
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/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml
ArtifactUUID:ebb2208f-c527-4ecd-aaec-8ceb982bd3b1
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/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
ArtifactUUID:dcce7742-0251-4df1-9e9a-951b944bdf7e
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/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
ArtifactUUID:dcce7742-0251-4df1-9e9a-951b944bdf7e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:37:24.513Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df2bc758-0c90-438a-9d46-2f94b11d0a47 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-06-02T17:37:24.546Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:37:24.547Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T17:37:24.547Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T17:37:24.547Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 824b7d69-20c6-4596-9407-c0831e84ef80 from URL: /sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:24.548Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T17:37:24.548Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:25.080Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T17:37:25.085Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar 824b7d69-20c6-4596-9407-c0831e84ef80 99028
2022-06-02T17:37:25.086Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar ASDC sendASDCNotification
2022-06-02T17:37:25.086Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:25.087Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:37:25.087Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:25.089Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:25.090Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191445086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:37:25.190Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:25.191Z||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-06-02T17:37:25.191Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:25.217Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:25.218Z||pool-58-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:26.090Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:37:26.091Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-02T17:37:26.092Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 824b7d69-20c6-4596-9407-c0831e84ef80, URL: /sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar to file: /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:26.092Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602173505-csar.csar
2022-06-02T17:37:26.092Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:26.092Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:26.350Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12582949354672459708/Definitions/service-Vfw20220602173505-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-06-02T17:37:28.455Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:37:28.455Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T17:37:28.455Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||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-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||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-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.456Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||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-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 223fa608-4b33 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-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.457Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:28.458Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-02T17:37:28.458Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.458Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.458Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:28.459Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T17:37:28.459Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:37:28.459Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.459Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.460Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:28.460Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-02T17:37:28.460Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:37:28.460Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:28.461Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:37:28.462Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.462Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.462Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:37:28.462Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.462Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:37:28.463Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:37:28.463Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.463Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.463Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:37:28.463Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.464Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:37:28.464Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.464Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:37:28.464Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.464Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:37:28.465Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.465Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:28.465Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:28.465Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.465Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:28.466Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:28.466Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.466Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:28.466Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:28.466Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.467Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:28.467Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:28.467Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:28.467Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:37:28.467Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.468Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:37:28.469Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.469Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f89a9d15-c43f-4eb5-a8dd-0c7800791ffa
2022-06-02T17:37:28.469Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.469Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:28.469Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:37:28.470Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.471Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f5131458-7dbc-4547-b36e-14ad061925cb
2022-06-02T17:37:28.472Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.472Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:28.472Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:28.472Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:28.472Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:37:28.473Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4589c19-d996-4463-9703-c898034dda61
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.474Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:28.475Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:28.476Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-35-05
Description:catalog service description
Model UUID:df2bc758-0c90-438a-9d46-2f94b11d0a47
Model Version:NULL
Model InvariantUuid:50abe9b3-a545-4955-8d3e-40ba3e210093
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 223fa608-4b33
Model UUID:16c660b0-6613-4c9e-9829-ff6495db5907
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4e709a5b-f8c8-49cc-948e-cd9ce4b37692
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a78c67ae-f71f-4262-ab5e-2d342323bd3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df096427-8864-4117-936b-cb441a1fc438
ModelName:Vfw223fa6084b33..base_vfw..module-0
ModelUuid:8cac0693-3011-48a7-942a-0a1cd3ccfaa0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f89a9d15-c43f-4eb5-a8dd-0c7800791ffa
ModelInvariantUuid:8df2e286-1276-4b60-89b7-c00abc573006
ModelName:vFW 223fa608-4b33-nodes.vfwCvfc
ModelUuid:780f5061-f735-4132-8a44-fc14787a3fe4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ffb635ed-51d3-4bd7-a583-c30815dfa287
ModelInvariantUuid:a4a408bf-b2eb-48f1-8355-d82a652f443d
ModelName:Vfw223fa6084b33.compute.nodes.heat.vfw
ModelUuid:67b184bb-ea9d-4651-8d0b-ec3be7a2146a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f5131458-7dbc-4547-b36e-14ad061925cb
ModelInvariantUuid:9494288e-105f-4428-b716-942eac5c5a39
ModelName:vFW 223fa608-4b33-nodes.vsnCvfc
ModelUuid:bb94d458-6140-467c-afad-d61f19332c76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d8a8339e-74e6-41c4-b9dc-66e139150280
ModelInvariantUuid:72e9e912-299d-4cac-b08a-637dd32464ae
ModelName:Vfw223fa6084b33.compute.nodes.heat.vsn
ModelUuid:bc007a7b-7d86-494a-8270-11e7f695d8ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4589c19-d996-4463-9703-c898034dda61
ModelInvariantUuid:a505a13b-df7c-48e3-ab3b-947f084b4219
ModelName:vFW 223fa608-4b33-nodes.vpgCvfc
ModelUuid:2239192d-475a-4824-987c-1d19db94b8e8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dc1bd194-220e-4f2a-88f0-6ce70e7e58c0
ModelInvariantUuid:7818857d-efdd-4802-a3de-6dda72e597c0
ModelName:Vfw223fa6084b33.compute.nodes.heat.vpg
ModelUuid:d1492272-9ef9-4deb-8e60-4811c866bd9c
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-06-02T17:37:28.482Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: fff2b9ca-4603-422b-a2b4-71f533433ded
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:37:28.485Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||vFW 223fa608-4b33 0
2022-06-02T17:37:28.485Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fff2b9ca-4603-422b-a2b4-71f533433ded
2022-06-02T17:37:28.486Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 99c555ed-6b49-4e82-8ec8-96cf93c3122c from URL: /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json
2022-06-02T17:37:28.486Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T17:37:28.486Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json
2022-06-02T17:37:28.976Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T17:37:28.977Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json 99c555ed-6b49-4e82-8ec8-96cf93c3122c 785
2022-06-02T17:37:28.977Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json ASDC sendASDCNotification
2022-06-02T17:37:28.978Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json
2022-06-02T17:37:28.978Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:37:28.978Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:28.981Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:28.981Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191448977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:37:29.081Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:37:29.082Z||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-06-02T17:37:29.082Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:29.103Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:29.104Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:29.982Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw223fa6084b33..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df096427-8864-4117-936b-cb441a1fc438",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cac0693-3011-48a7-942a-0a1cd3ccfaa0",
    "vfModuleModelCustomizationUUID": "2683e9f1-d107-4a4c-bfed-b4d75efb1caa",
    "isBase": true,
    "artifacts": [
      "ebb2208f-c527-4ecd-aaec-8ceb982bd3b1",
      "dcce7742-0251-4df1-9e9a-951b944bdf7e"
    ],
    "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-06-02T17:37:29.990Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw223fa6084b33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cac0693-3011-48a7-942a-0a1cd3ccfaa0
VfModuleModelInvariantUUID:df096427-8864-4117-936b-cb441a1fc438
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb2208f-c527-4ecd-aaec-8ceb982bd3b1
,
dcce7742-0251-4df1-9e9a-951b944bdf7e

}
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-06-02T17:37:29.992Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw223fa6084b33..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "df096427-8864-4117-936b-cb441a1fc438",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8cac0693-3011-48a7-942a-0a1cd3ccfaa0",
    "vfModuleModelCustomizationUUID": "2683e9f1-d107-4a4c-bfed-b4d75efb1caa",
    "isBase": true,
    "artifacts": [
      "ebb2208f-c527-4ecd-aaec-8ceb982bd3b1",
      "dcce7742-0251-4df1-9e9a-951b944bdf7e"
    ],
    "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-06-02T17:37:29.993Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw223fa6084b33..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8cac0693-3011-48a7-942a-0a1cd3ccfaa0
VfModuleModelInvariantUUID:df096427-8864-4117-936b-cb441a1fc438
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebb2208f-c527-4ecd-aaec-8ceb982bd3b1
,
dcce7742-0251-4df1-9e9a-951b944bdf7e

}
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-06-02T17:37:29.993Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ebb2208f-c527-4ecd-aaec-8ceb982bd3b1 from URL: /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml
2022-06-02T17:37:29.993Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T17:37:29.993Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml
2022-06-02T17:37:30.880Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T17:37:30.881Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml ebb2208f-c527-4ecd-aaec-8ceb982bd3b1 20368
2022-06-02T17:37:30.881Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:37:30.882Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml
2022-06-02T17:37:30.882Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:37:30.882Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:30.885Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:30.885Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191450881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:37:30.985Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:37:30.986Z||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-06-02T17:37:30.986Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:31.010Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:31.011Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:31.886Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dcce7742-0251-4df1-9e9a-951b944bdf7e from URL: /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
2022-06-02T17:37:31.887Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-02T17:37:31.887Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
2022-06-02T17:37:32.643Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-02T17:37:32.643Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env dcce7742-0251-4df1-9e9a-951b944bdf7e 2098
2022-06-02T17:37:32.644Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:37:32.644Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
2022-06-02T17:37:32.644Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:37:32.644Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:32.647Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:32.647Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191452644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:37:32.747Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:32.748Z||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-06-02T17:37:32.748Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:32.761Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:32.761Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:33.647Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: df2bc758-0c90-438a-9d46-2f94b11d0a47
2022-06-02T17:37:33.648Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 223fa608-4b33 0 fff2b9ca-4603-422b-a2b4-71f533433ded 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-06-02T17:37:33.666Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68e52470, org.onap.sdc.toscaparser.api.parameters.Input@449c2d8d, org.onap.sdc.toscaparser.api.parameters.Input@5eff7c82, org.onap.sdc.toscaparser.api.parameters.Input@10da27be, org.onap.sdc.toscaparser.api.parameters.Input@515d4771]
2022-06-02T17:37:33.668Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.668Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.668Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-02T17:37:33.668Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a78c67ae-f71f-4262-ab5e-2d342323bd3e
2022-06-02T17:37:33.669Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a78c67ae-f71f-4262-ab5e-2d342323bd3e matches Tosca VF Customization UUID: a78c67ae-f71f-4262-ab5e-2d342323bd3e
2022-06-02T17:37:33.669Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a78c67ae-f71f-4262-ab5e-2d342323bd3e  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-06-02T17:37:33.671Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.672Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.673Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a78c67ae-f71f-4262-ab5e-2d342323bd3e: {\"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-06-02T17:37:33.673Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1090aba2
2022-06-02T17:37:33.673Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.673Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:37:33.674Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2683e9f1-d107-4a4c-bfed-b4d75efb1caa
2022-06-02T17:37:33.674Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2683e9f1-d107-4a4c-bfed-b4d75efb1caa
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-06-02T17:37:33.677Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.677Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.678Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:33.678Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.678Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.678Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:33.678Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.679Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:33.679Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:33.679Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:33.679Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:37:33.680Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:37:33.680Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:37:33.680Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.680Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.680Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:37:33.681Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.681Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:37:33.681Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.681Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f89a9d15-c43f-4eb5-a8dd-0c7800791ffa
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-06-02T17:37:33.684Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.685Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.685Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:33.685Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.685Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:33.686Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:33.686Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:33.686Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:37:33.686Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.687Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.687Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:37:33.687Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.687Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:37:33.687Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:37:33.688Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.688Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:37:33.688Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.688Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f5131458-7dbc-4547-b36e-14ad061925cb
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-06-02T17:37:33.691Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.691Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.691Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is not matching search criteria
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:37:33.692Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.693Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.693Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:37:33.693Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.693Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:37:33.693Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:37:33.694Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:37:33.694Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:37:33.694Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:37:33.694Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b4589c19-d996-4463-9703-c898034dda61
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-06-02T17:37:33.697Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.697Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.697Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:37:33.697Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.698Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Node template vFW 223fa608-4b33 0 is matching search criteria
2022-06-02T17:37:33.698Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 223fa608-4b33 0] matching following query criteria: sdcType=VF, customizationUUID=a78c67ae-f71f-4262-ab5e-2d342323bd3e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:37:33.700Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.700Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.700Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid df2bc758-0c90-438a-9d46-2f94b11d0a47: vFW 223fa608-4b33
2022-06-02T17:37:33.700Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.701Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.701Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.701Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.701Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.701Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.702Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.702Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.702Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:37:33.702Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-02 17-35-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:37:33.702Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-02 17-35-05 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:37:33.894Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 223fa608-4b33 fff2b9ca-4603-422b-a2b4-71f533433ded 1 ASDC deployResourceStructure
2022-06-02T17:37:33.895Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json ASDC sendASDCNotification
2022-06-02T17:37:33.895Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json
2022-06-02T17:37:33.895Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:37:33.895Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:33.897Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:33.897Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191453894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:37:33.998Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:33.999Z||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-06-02T17:37:33.999Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:34.022Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:34.023Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:34.898Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:37:34.899Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml
2022-06-02T17:37:34.899Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:37:34.899Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:34.901Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:34.901Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191454898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:37:35.001Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:35.002Z||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-06-02T17:37:35.002Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:35.017Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:35.017Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:35.902Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:37:35.902Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env
2022-06-02T17:37:35.902Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:37:35.903Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:35.905Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:35.905Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191455902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:37:36.005Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:36.006Z||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-06-02T17:37:36.006Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:36.035Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:36.036Z||pool-64-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:37:36.906Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar ASDC sendASDCNotification
2022-06-02T17:37:36.906Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar
2022-06-02T17:37:36.907Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:37:36.907Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:37:36.908Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:37:36.908Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191456906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:37:37.009Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:37:37.011Z||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-06-02T17:37:37.011Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:37:37.031Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:37:37.032Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:37:37.909Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:37:37.955Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:37:37.965Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:37:37.965Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:37:37.965Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:38:07.966Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:38:07.985Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:38:07.987Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:38:07.987Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:38:07.987Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:38:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:38:09.190Z||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-06-02T17:38:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:38:09.832Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:38:09.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.836Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191434282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191433168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191444751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191445086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191439346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "cds",
  "timestamp": 1654191445759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-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-06-02T17:38:09.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:09.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191447764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654191442265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191448769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191448977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.874Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.874Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.875Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.875Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.875Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "policy-id",
  "timestamp": 1654191449772,
  "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-06-02T17:38:09.882Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.883Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:09.895Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191442983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191450881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.898Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191451599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.903Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191452644,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191446411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191453247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191453894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191454256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191454416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191454898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191448899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191455453,
  "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-06-02T17:38:09.916Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.917Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:09.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191455902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.924Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654191456457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/resourceInstances/vfw223fa6084b330/artifacts/vfw223fa6084b330_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191456906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191450962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191458911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191462489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654191463494,
  "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-06-02T17:38:09.931Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.932Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:09.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191463679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191464075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "aai-ml",
  "timestamp": 1654191465083,
  "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-06-02T17:38:09.947Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.947Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:09.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191465690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602173505/1.0/artifacts/service-Vfw20220602173505-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:38:09.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:38:09.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:38:09.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "clamp",
  "timestamp": 1654191466695,
  "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-06-02T17:38:09.962Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
2022-06-02T17:38:09.962Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:38:37.987Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:38:38.003Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:38:38.006Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:38:38.006Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:38:38.006Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:38:38.007Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:38:38.007Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:38:38.007Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T17:38:38.014Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:39:08.014Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 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-06-02T17:39:08.021Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 and serviceModelVersionId: df2bc758-0c90-438a-9d46-2f94b11d0a47
2022-06-02T17:39:08.021Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50abe9b3-a545-4955-8d3e-40ba3e210093
2022-06-02T17:39:08.022Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0
2022-06-02T17:39:08.026Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:39:08.080Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:08.082Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Invoke
2022-06-02T17:39:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:39:09.190Z||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-06-02T17:39:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:39:09.624Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:09.626Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Invoke
2022-06-02T17:39:11.158Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:11.160Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Invoke
2022-06-02T17:39:12.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:39:12.191Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:12.192Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:39:12.192Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:12.197Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T17:39:12.197Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7dc1ddf0-c59d-4d05-be35-106d0ca204b6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:39:12.198Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:39:12.198Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:39:12.200Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:39:12.200Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||try to send status {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191552197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:39:12.300Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:39:12.301Z||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-06-02T17:39:12.301Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:39:12.315Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:39:12.316Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:39:12.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:39:12.936Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:39:12.936Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7dc1ddf0-c59d-4d05-be35-106d0ca204b6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654191552197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:39:12.937Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:39:13.218Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:39:13.218Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:39:13.218Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:39:22.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:39:22.775Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:39:22.775Z||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-06-02T17:39:22.775Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:39:32.372Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:39:32.380Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:39:32.381Z||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-06-02T17:39:32.382Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:39:41.965Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:40:09.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:40:09.188Z||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-06-02T17:40:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:40:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:40:09.190Z||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-06-02T17:40:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:40:18.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:40:18.784Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:41:09.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:41:09.188Z||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-06-02T17:41:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:41:09.189Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:41:09.190Z||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-06-02T17:41:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:41:18.780Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:41:18.780Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:42:09.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:42:09.188Z||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-06-02T17:42:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:42:09.190Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:42:09.190Z||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-06-02T17:42:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:42:18.763Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:42:18.763Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:43:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:43:09.188Z||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-06-02T17:43:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:43:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:43:09.190Z||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-06-02T17:43:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:43:18.789Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:43:18.793Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:44:09.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:44:09.188Z||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-06-02T17:44:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:44:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:44:09.189Z||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-06-02T17:44:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:44:18.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:44:18.775Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:45:09.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:45:09.188Z||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-06-02T17:45:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:45:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:45:09.189Z||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-06-02T17:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:45:18.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:45:18.828Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:46:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:46:09.189Z||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-06-02T17:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:46:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:46:09.190Z||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-06-02T17:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:46:18.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:46:18.776Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:09.188Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:47:09.189Z||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-06-02T17:47:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:47:09.189Z||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-06-02T17:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:09.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:09.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192002266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654191999345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192002983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192003168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654192010167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192010740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654192011172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:09.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192010947,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.371Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "policy-id",
  "timestamp": 1654192012175,
  "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-06-02T17:47:09.401Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:47:09.401Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:47:09.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192011944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "cds",
  "timestamp": 1654192011954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-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-06-02T17:47:09.419Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:47:09.419Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:47:09.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192013363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192014403,
  "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-06-02T17:47:09.450Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:47:09.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:47:09.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192015407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:09.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.463Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192016411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192024297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192018898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192020962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:09.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:47:09.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:09.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-02T17:47:09.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"169c736e-de04-4e0c-99c9-a7655a714be6","serviceName":"vFW 2022-06-02 17-44-22","serviceVersion":"1.0","serviceUUID":"a954ba5d-f724-4935-adf1-8a281bc1d30a","serviceDescription":"catalog service description","serviceInvariantUUID":"f70902fd-9d97-4365-8f77-45a98367b85b","resources":[{"resourceInstanceName":"vFW 8a6b9844-3574 0","resourceName":"vFW 8a6b9844-3574","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fc5bda81-fd3c-4122-b21e-848f2fb5d017","resourceInvariantUUID":"94d1cd3e-b762-44e8-9302-577ff2859415","resourceCustomizationUUID":"720868b9-d7c0-4e49-8935-ae3e6c5e133f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml","artifactChecksum":"NjQzNjA3Zjk2NWY2ZDgwYTU5YjgzNTdjOTk0ZTk5N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9d94c68c-0eaf-4604-9aa2-c82d296c7eb8","artifactVersion":"1"},{"artifactName":"vfw8a6b984435740_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json","artifactChecksum":"NjA1NTRkYjMyNWFhOWI2NDQ0OWMxYWEzMGMzMWM1MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37f5b40a-a753-4f05-988c-755cc49de237","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c5f6b28-5360-4cd5-af54-051e81596faf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml","artifactChecksum":"OTMzMjg5OTgzMzdmZDRkMzFkY2ViMzJiNDdlNmMzYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f2a211c-808e-4704-8c5b-d41d2e1bc914","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"01531af1-22df-4a94-85c2-2ce6830234e2","artifactVersion":"2","generatedFromUUID":"2c5f6b28-5360-4cd5-af54-051e81596faf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602174422-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml","artifactChecksum":"MWY3YjhmNTcwZGUzYzdmOGRiNDhjYzhiZGUxYTM5ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c447d290-afbe-48d0-98d5-248e31f193e9","artifactVersion":"1"},{"artifactName":"service-Vfw20220602174422-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar","artifactChecksum":"NGY2N2UzNDhiNDllN2VjMzc3ZmRmZTZjMmJjZTc3ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:47:09.827Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:09.827Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:09.829Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:09.829Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:09.930Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:09.930Z||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-06-02T17:47:09.931Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:09.950Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:09.951Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:47:10.830Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:10.831Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:10.833Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:10.833Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:47:10.933Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:10.934Z||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-06-02T17:47:10.934Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:10.980Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:10.981Z||pool-68-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:11.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:11.834Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:11.836Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:11.836Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:47:11.940Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-02T17:47:11.941Z||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-06-02T17:47:11.941Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:11.962Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:11.963Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:12.836Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:12.837Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:12.842Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:12.843Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:12.939Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-02T17:47:12.940Z||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-06-02T17:47:12.940Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:12.958Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:12.959Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:13.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:13.844Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:13.847Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:13.847Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:47:13.947Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:13.948Z||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-06-02T17:47:13.948Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:13.965Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:13.965Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:47:14.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:14.851Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:14.853Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:14.854Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:47:14.956Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T17:47:14.957Z||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-06-02T17:47:14.957Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:14.985Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:14.985Z||pool-72-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:15.854Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:47:15.855Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:15.857Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:15.857Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:47:15.957Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:47:15.958Z||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-06-02T17:47:15.959Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:15.974Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:15.975Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:16.859Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "serviceName": "vFW 2022-06-02 17-44-22",
  "serviceVersion": "1.0",
  "serviceUUID": "a954ba5d-f724-4935-adf1-8a281bc1d30a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70902fd-9d97-4365-8f77-45a98367b85b",
  "resources": [
    {
      "resourceInstanceName": "vFW 8a6b9844-3574 0",
      "resourceCustomizationUUID": "720868b9-d7c0-4e49-8935-ae3e6c5e133f",
      "resourceName": "vFW 8a6b9844-3574",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "fc5bda81-fd3c-4122-b21e-848f2fb5d017",
      "resourceInvariantUUID": "94d1cd3e-b762-44e8-9302-577ff2859415",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8a6b984435740_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
          "artifactChecksum": "NjA1NTRkYjMyNWFhOWI2NDQ0OWMxYWEzMGMzMWM1MDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "37f5b40a-a753-4f05-988c-755cc49de237",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c5f6b28-5360-4cd5-af54-051e81596faf",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "01531af1-22df-4a94-85c2-2ce6830234e2",
            "generatedFromUUID": "2c5f6b28-5360-4cd5-af54-051e81596faf"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "01531af1-22df-4a94-85c2-2ce6830234e2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602174422-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
      "artifactChecksum": "NGY2N2UzNDhiNDllN2VjMzc3ZmRmZTZjMmJjZTc3ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:47:16.859Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:47:16.859Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a954ba5d-f724-4935-adf1-8a281bc1d30a ASDC
2022-06-02T17:47:16.860Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:169c736e-de04-4e0c-99c9-a7655a714be6
ServiceName:vFW 2022-06-02 17-44-22
ServiceVersion:1.0
ServiceUUID:a954ba5d-f724-4935-adf1-8a281bc1d30a
ServiceInvariantUUID:f70902fd-9d97-4365-8f77-45a98367b85b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602174422-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar
ArtifactUUID:39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e
ArtifactChecksum:NGY2N2UzNDhiNDllN2VjMzc3ZmRmZTZjMmJjZTc3ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a6b9844-3574 0
ResourceCustomizationUUID:720868b9-d7c0-4e49-8935-ae3e6c5e133f
ResourceInvariantUUID:94d1cd3e-b762-44e8-9302-577ff2859415
ResourceName:vFW 8a6b9844-3574
ResourceType:VF
ResourceUUID:fc5bda81-fd3c-4122-b21e-848f2fb5d017
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a6b984435740_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json
ArtifactUUID:37f5b40a-a753-4f05-988c-755cc49de237
ArtifactChecksum:NjA1NTRkYjMyNWFhOWI2NDQ0OWMxYWEzMGMzMWM1MDI=
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/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml
ArtifactUUID:2c5f6b28-5360-4cd5-af54-051e81596faf
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/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
ArtifactUUID:01531af1-22df-4a94-85c2-2ce6830234e2
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/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
ArtifactUUID:01531af1-22df-4a94-85c2-2ce6830234e2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:47:16.860Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a954ba5d-f724-4935-adf1-8a281bc1d30a 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-06-02T17:47:16.899Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:47:16.899Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T17:47:16.899Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T17:47:16.900Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e from URL: /sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:16.900Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T17:47:16.900Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:16.993Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T17:47:16.997Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar 39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e 99025
2022-06-02T17:47:16.998Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar ASDC sendASDCNotification
2022-06-02T17:47:16.998Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:16.998Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:47:16.998Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:17.000Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:17.000Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192036998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:17.100Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:17.102Z||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-06-02T17:47:17.102Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:17.119Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:17.120Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:18.000Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:47:18.001Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-02T17:47:18.001Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 39ebc0b2-36e1-4930-a25c-d0a7b3a48a9e, URL: /sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar to file: /app/ASDC/1/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:18.002Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602174422-csar.csar
2022-06-02T17:47:18.002Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:18.002Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:18.173Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1216100947913706583/Definitions/service-Vfw20220602174422-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-06-02T17:47:20.197Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a6b9844-3574 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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-Vfw20220602174422-csar.csar
2022-06-02T17:47:20.200Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-02T17:47:20.200Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.200Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.200Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:20.200Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T17:47:20.201Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:47:20.201Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.201Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.201Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:20.201Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-02T17:47:20.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:47:20.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:47:20.203Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:47:20.204Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:47:20.205Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.206Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:20.206Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:20.206Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.206Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:20.207Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:20.207Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.207Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:20.207Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:20.207Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:47:20.208Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:47:20.209Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.209Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.209Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:47:20.209Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.209Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9da711f8-9100-4c28-a64a-f0506c759ab2
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:20.210Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:20.211Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:47:20.212Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:47:20.212Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.212Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:47:20.212Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.212Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ef653c4-6aa5-42c5-bafd-d70ccf09a8c0
2022-06-02T17:47:20.213Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.213Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:20.213Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:20.213Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:47:20.213Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.214Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.214Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.214Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:47:20.214Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:20.214Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:47:20.215Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:47:20.215Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:20.215Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:20.215Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:47:20.215Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=43fc476a-7fa6-4275-ab0c-3ffb4b15ac6e
2022-06-02T17:47:20.216Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.216Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.216Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.216Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.217Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.217Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.217Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:20.217Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:20.217Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-44-22
Description:catalog service description
Model UUID:a954ba5d-f724-4935-adf1-8a281bc1d30a
Model Version:NULL
Model InvariantUuid:f70902fd-9d97-4365-8f77-45a98367b85b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8a6b9844-3574
Model UUID:034f5866-a62a-4910-a535-318cd3430637
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:94d1cd3e-b762-44e8-9302-577ff2859415
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:720868b9-d7c0-4e49-8935-ae3e6c5e133f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e48d8121-155d-4dd3-aed9-5c0282430198
ModelName:Vfw8a6b98443574..base_vfw..module-0
ModelUuid:7057e77b-16bc-46fa-9dc8-357008162569
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9da711f8-9100-4c28-a64a-f0506c759ab2
ModelInvariantUuid:bfc737de-2508-4a47-b9d4-f6ee2609e1bc
ModelName:vFW 8a6b9844-3574-nodes.vfwCvfc
ModelUuid:3da70ebe-c4dc-4d7d-84b4-05cc428440f3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5327e6a7-7219-4884-927a-eefd52e92468
ModelInvariantUuid:a90ad287-b498-4b79-abc9-db9a27027490
ModelName:Vfw8a6b98443574.compute.nodes.heat.vfw
ModelUuid:a64c22c7-d659-4d9a-a0aa-cbb382836fb7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ef653c4-6aa5-42c5-bafd-d70ccf09a8c0
ModelInvariantUuid:b8b144cb-a08b-414e-a7ac-748d8ec161b5
ModelName:vFW 8a6b9844-3574-nodes.vsnCvfc
ModelUuid:8f3bcc5c-0221-4ad1-a4e1-e34d659e67cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7e5f1dfd-d4b1-46f1-b8ad-5cd873fd22b2
ModelInvariantUuid:42c4472a-4b5e-485a-a47e-115362de2a56
ModelName:Vfw8a6b98443574.compute.nodes.heat.vsn
ModelUuid:69275134-5198-4ca9-8e17-b4de4ef8dd64
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:43fc476a-7fa6-4275-ab0c-3ffb4b15ac6e
ModelInvariantUuid:bd14f383-7dd7-4268-a131-28502294ba7b
ModelName:vFW 8a6b9844-3574-nodes.vpgCvfc
ModelUuid:1c89f0d5-d2c4-431e-a068-0826cc128976
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b1da48d0-65d3-400b-a544-60bfbad30f39
ModelInvariantUuid:0133069b-a493-4b35-8e78-77657d8f2e5c
ModelName:Vfw8a6b98443574.compute.nodes.heat.vpg
ModelUuid:63d65149-2139-460c-a1a9-55ff5237406d
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-06-02T17:47:20.230Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fc5bda81-fd3c-4122-b21e-848f2fb5d017
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:47:20.234Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||vFW 8a6b9844-3574 0
2022-06-02T17:47:20.234Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fc5bda81-fd3c-4122-b21e-848f2fb5d017
2022-06-02T17:47:20.234Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 37f5b40a-a753-4f05-988c-755cc49de237 from URL: /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json
2022-06-02T17:47:20.234Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T17:47:20.234Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json
2022-06-02T17:47:20.412Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T17:47:20.413Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json 37f5b40a-a753-4f05-988c-755cc49de237 785
2022-06-02T17:47:20.413Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json ASDC sendASDCNotification
2022-06-02T17:47:20.414Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json
2022-06-02T17:47:20.414Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:47:20.414Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:20.416Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:20.417Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192040413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:20.517Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:20.518Z||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-06-02T17:47:20.518Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:20.545Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:20.545Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:21.417Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a6b98443574..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e48d8121-155d-4dd3-aed9-5c0282430198",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7057e77b-16bc-46fa-9dc8-357008162569",
    "vfModuleModelCustomizationUUID": "8109e256-65a7-4ab5-ab08-8d9849b370c9",
    "isBase": true,
    "artifacts": [
      "2c5f6b28-5360-4cd5-af54-051e81596faf",
      "01531af1-22df-4a94-85c2-2ce6830234e2"
    ],
    "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-06-02T17:47:21.421Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a6b98443574..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7057e77b-16bc-46fa-9dc8-357008162569
VfModuleModelInvariantUUID:e48d8121-155d-4dd3-aed9-5c0282430198
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c5f6b28-5360-4cd5-af54-051e81596faf
,
01531af1-22df-4a94-85c2-2ce6830234e2

}
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-06-02T17:47:21.422Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a6b98443574..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e48d8121-155d-4dd3-aed9-5c0282430198",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7057e77b-16bc-46fa-9dc8-357008162569",
    "vfModuleModelCustomizationUUID": "8109e256-65a7-4ab5-ab08-8d9849b370c9",
    "isBase": true,
    "artifacts": [
      "2c5f6b28-5360-4cd5-af54-051e81596faf",
      "01531af1-22df-4a94-85c2-2ce6830234e2"
    ],
    "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-06-02T17:47:21.423Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a6b98443574..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7057e77b-16bc-46fa-9dc8-357008162569
VfModuleModelInvariantUUID:e48d8121-155d-4dd3-aed9-5c0282430198
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c5f6b28-5360-4cd5-af54-051e81596faf
,
01531af1-22df-4a94-85c2-2ce6830234e2

}
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-06-02T17:47:21.423Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2c5f6b28-5360-4cd5-af54-051e81596faf from URL: /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml
2022-06-02T17:47:21.423Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T17:47:21.423Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml
2022-06-02T17:47:21.473Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T17:47:21.474Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml 2c5f6b28-5360-4cd5-af54-051e81596faf 20368
2022-06-02T17:47:21.474Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:47:21.475Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml
2022-06-02T17:47:21.475Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:47:21.475Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:21.477Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:21.477Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192041474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:21.577Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:21.578Z||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-06-02T17:47:21.578Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:21.596Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:21.597Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:22.478Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01531af1-22df-4a94-85c2-2ce6830234e2 from URL: /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
2022-06-02T17:47:22.479Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-02T17:47:22.479Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
2022-06-02T17:47:22.689Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-02T17:47:22.690Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env 01531af1-22df-4a94-85c2-2ce6830234e2 2098
2022-06-02T17:47:22.690Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:47:22.690Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
2022-06-02T17:47:22.690Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:47:22.691Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:22.692Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:22.692Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192042690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:47:22.793Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:47:22.794Z||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-06-02T17:47:22.794Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:22.808Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:22.808Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:47:23.693Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a954ba5d-f724-4935-adf1-8a281bc1d30a
2022-06-02T17:47:23.693Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a6b9844-3574 0 fc5bda81-fd3c-4122-b21e-848f2fb5d017 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-06-02T17:47:23.713Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d1eca40, org.onap.sdc.toscaparser.api.parameters.Input@1cec87e7, org.onap.sdc.toscaparser.api.parameters.Input@22788142, org.onap.sdc.toscaparser.api.parameters.Input@1ed48444, org.onap.sdc.toscaparser.api.parameters.Input@35330114]
2022-06-02T17:47:23.714Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.714Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.714Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-02T17:47:23.714Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 720868b9-d7c0-4e49-8935-ae3e6c5e133f
2022-06-02T17:47:23.714Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 720868b9-d7c0-4e49-8935-ae3e6c5e133f matches Tosca VF Customization UUID: 720868b9-d7c0-4e49-8935-ae3e6c5e133f
2022-06-02T17:47:23.715Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 720868b9-d7c0-4e49-8935-ae3e6c5e133f  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-06-02T17:47:23.717Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.717Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.717Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 720868b9-d7c0-4e49-8935-ae3e6c5e133f: {\"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-06-02T17:47:23.718Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1140d60b
2022-06-02T17:47:23.718Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.718Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:47:23.718Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8109e256-65a7-4ab5-ab08-8d9849b370c9
2022-06-02T17:47:23.718Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8109e256-65a7-4ab5-ab08-8d9849b370c9
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-06-02T17:47:23.721Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.722Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.723Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:47:23.724Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.724Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:47:23.724Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.724Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9da711f8-9100-4c28-a64a-f0506c759ab2
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-06-02T17:47:23.741Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.741Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.742Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.743Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:47:23.744Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.744Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ef653c4-6aa5-42c5-bafd-d70ccf09a8c0
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-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is not matching search criteria
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:47:23.749Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:47:23.750Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:47:23.751Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:47:23.751Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:47:23.751Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:47:23.751Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=43fc476a-7fa6-4275-ab0c-3ffb4b15ac6e
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-06-02T17:47:23.753Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.754Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.754Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:47:23.754Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.754Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Node template vFW 8a6b9844-3574 0 is matching search criteria
2022-06-02T17:47:23.754Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 8a6b9844-3574 0] matching following query criteria: sdcType=VF, customizationUUID=720868b9-d7c0-4e49-8935-ae3e6c5e133f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:47:23.761Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.761Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.761Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a954ba5d-f724-4935-adf1-8a281bc1d30a: vFW 8a6b9844-3574
2022-06-02T17:47:23.761Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:47:23.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-06-02 17-44-22 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:47:23.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-06-02 17-44-22 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:47:24.803Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a6b9844-3574 fc5bda81-fd3c-4122-b21e-848f2fb5d017 1 ASDC deployResourceStructure
2022-06-02T17:47:24.804Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json ASDC sendASDCNotification
2022-06-02T17:47:24.804Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json
2022-06-02T17:47:24.804Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:47:24.804Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:24.806Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:24.806Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192044804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:24.907Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:24.908Z||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-06-02T17:47:24.908Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:24.925Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:24.925Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:25.808Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:47:25.808Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml
2022-06-02T17:47:25.809Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:47:25.809Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:25.811Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:25.811Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192045808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:25.911Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:25.912Z||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-06-02T17:47:25.912Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:25.981Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:25.981Z||pool-79-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:47:26.812Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:47:26.812Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env
2022-06-02T17:47:26.813Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:47:26.813Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:26.815Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:26.816Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192046812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:26.916Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:26.917Z||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-06-02T17:47:26.917Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:26.996Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:26.997Z||pool-80-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:47:27.817Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar ASDC sendASDCNotification
2022-06-02T17:47:27.818Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar
2022-06-02T17:47:27.818Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:47:27.818Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-02T17:47:27.821Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:47:27.821Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192047817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:47:27.921Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:47:27.922Z||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-06-02T17:47:27.922Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:47:27.950Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:47:27.951Z||pool-81-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:47:28.822Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:47:28.878Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:47:28.891Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:47:28.891Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:47:28.891Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:47:58.892Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:47:58.931Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:47:58.935Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:47:58.936Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:47:58.936Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:48:09.190Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:48:09.191Z||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-06-02T17:48:09.192Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:48:09.226Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:48:09.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:48:09.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192029110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:48:09.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:48:28.936Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:48:28.951Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:48:28.954Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:48:28.954Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:48:28.954Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:48:58.955Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:48:58.965Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:48:58.967Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:48:58.967Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:48:58.967Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:49:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:49:09.190Z||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-06-02T17:49:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:49:09.239Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:49:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192032758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:49:09.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192033763,
  "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-06-02T17:49:09.250Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:49:09.251Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:49:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:49:09.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192034497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "aai-ml",
  "timestamp": 1654192035502,
  "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-06-02T17:49:09.308Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:49:09.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:49:09.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192029188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:49:09.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192036885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192036998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:49:09.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192038898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "clamp",
  "timestamp": 1654192039902,
  "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-06-02T17:49:09.351Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 169c736e-de04-4e0c-99c9-a7655a714be6
2022-06-02T17:49:09.351Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:49:09.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192040413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:49:09.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192041474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:49:09.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192042690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:49:09.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192044804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/vfw8a6b984435740_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192045808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192046812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/resourceInstances/vfw8a6b984435740/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:09.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:49:09.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192047817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602174422/1.0/artifacts/service-Vfw20220602174422-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:49:09.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:49:28.968Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:49:28.978Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:49:28.981Z|169c736e-de04-4e0c-99c9-a7655a714be6|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-06-02T17:49:28.988Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:49:58.989Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 169c736e-de04-4e0c-99c9-a7655a714be6 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-06-02T17:49:58.999Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 169c736e-de04-4e0c-99c9-a7655a714be6 and serviceModelVersionId: a954ba5d-f724-4935-adf1-8a281bc1d30a
2022-06-02T17:49:58.999Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70902fd-9d97-4365-8f77-45a98367b85b
2022-06-02T17:49:59.000Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0
2022-06-02T17:49:59.006Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:49:59.060Z|169c736e-de04-4e0c-99c9-a7655a714be6|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/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:49:59.062Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Invoke
2022-06-02T17:50:00.601Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:00.603Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Invoke
2022-06-02T17:50:02.140Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:02.142Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Invoke
2022-06-02T17:50:03.188Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:03.190Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:03.190Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:03.191Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:03.198Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:03.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 169c736e-de04-4e0c-99c9-a7655a714be6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:03.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:50:03.199Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:03.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:03.202Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||try to send status {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192203199,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:50:03.302Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:03.303Z||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-06-02T17:50:03.303Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:03.346Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:03.347Z||pool-82-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:50:04.225Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:50:04.227Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:50:04.227Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:08.756Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:08.756Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||received message from topic
2022-06-02T17:50:08.757Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"9881744e-b66e-4044-8b73-95ca123045ef","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c03619e3-84c2-429d-9da8-e4c55ae7fed8","serviceDescription":"service","serviceInvariantUUID":"2cf48d3d-68c2-46da-aa85-fceaa5063e55","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c3ec055b-394a-4c26-ae12-d5956b96b8c7","resourceInvariantUUID":"b9c54bd9-6794-4060-9b58-426c6dfc5dae","resourceCustomizationUUID":"9c7bff47-31d7-4021-a2a4-90f4c233f0c5","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":"MTNiYTBlM2RjMTQ4ZDg5YTlhNWQ5MTkxMTc3ODY3ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ad1728f-f95d-439d-a39a-cd18047a9c58","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDUyMmQ4MzYyZGQ5MGRlNzNiYzExNjE1NDc3ZjE4MmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab412f4-b19c-46dc-bf79-f7f6c241a54c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:50:08.760Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:08.760Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:08.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:08.762Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192204225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:08.863Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:50:08.864Z||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-06-02T17:50:08.864Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:08.880Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:08.881Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:50:09.190Z||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-06-02T17:50:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:09.291Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:09.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "cds",
  "timestamp": 1654192108168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192110962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "aai-ml",
  "timestamp": 1654192106411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "clamp",
  "timestamp": 1654192108899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "cds",
  "timestamp": 1654192108168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "aai-ml",
  "timestamp": 1654192106411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192110962,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "clamp",
  "timestamp": 1654192108899,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "aai-ml",
  "timestamp": 1654192116812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192116812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "cds",
  "timestamp": 1654192116710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "clamp",
  "timestamp": 1654192117924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "cds",
  "timestamp": 1654192117718,
  "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-06-02T17:50:09.317Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9881744e-b66e-4044-8b73-95ca123045ef
2022-06-02T17:50:09.317Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:09.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192118532,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:50:09.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192119537,
  "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-06-02T17:50:09.333Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9881744e-b66e-4044-8b73-95ca123045ef
2022-06-02T17:50:09.334Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:09.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "policy-id",
  "timestamp": 1654192119345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "clamp",
  "timestamp": 1654192120929,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "aai-ml",
  "timestamp": 1654192120993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "policy-id",
  "timestamp": 1654192119345,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "clamp",
  "timestamp": 1654192121933,
  "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-06-02T17:50:09.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9881744e-b66e-4044-8b73-95ca123045ef
2022-06-02T17:50:09.350Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:09.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "aai-ml",
  "timestamp": 1654192121997,
  "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-06-02T17:50:09.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9881744e-b66e-4044-8b73-95ca123045ef
2022-06-02T17:50:09.363Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:09.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "policy-id",
  "timestamp": 1654192122223,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192122265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "policy-id",
  "timestamp": 1654192123227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:50:09.374Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192122265,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192122983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "policy-id",
  "timestamp": 1654192124233,
  "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-06-02T17:50:09.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9881744e-b66e-4044-8b73-95ca123045ef
2022-06-02T17:50:09.382Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:09.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:50:09.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192122983,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:50:09.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:09.763Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:09.765Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:09.765Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192204225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:09.866Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:09.866Z||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-06-02T17:50:09.867Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:09.882Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:09.883Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:10.766Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c03619e3-84c2-429d-9da8-e4c55ae7fed8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2cf48d3d-68c2-46da-aa85-fceaa5063e55",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9c7bff47-31d7-4021-a2a4-90f4c233f0c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c3ec055b-394a-4c26-ae12-d5956b96b8c7",
      "resourceInvariantUUID": "b9c54bd9-6794-4060-9b58-426c6dfc5dae",
      "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": "ZDUyMmQ4MzYyZGQ5MGRlNzNiYzExNjE1NDc3ZjE4MmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ab412f4-b19c-46dc-bf79-f7f6c241a54c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:50:10.767Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:50:10.767Z|169c736e-de04-4e0c-99c9-a7655a714be6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c03619e3-84c2-429d-9da8-e4c55ae7fed8 ASDC
2022-06-02T17:50:10.768Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:9881744e-b66e-4044-8b73-95ca123045ef
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c03619e3-84c2-429d-9da8-e4c55ae7fed8
ServiceInvariantUUID:2cf48d3d-68c2-46da-aa85-fceaa5063e55
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:5ab412f4-b19c-46dc-bf79-f7f6c241a54c
ArtifactChecksum:ZDUyMmQ4MzYyZGQ5MGRlNzNiYzExNjE1NDc3ZjE4MmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9c7bff47-31d7-4021-a2a4-90f4c233f0c5
ResourceInvariantUUID:b9c54bd9-6794-4060-9b58-426c6dfc5dae
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c3ec055b-394a-4c26-ae12-d5956b96b8c7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-02T17:50:10.768Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c03619e3-84c2-429d-9da8-e4c55ae7fed8 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-06-02T17:50:10.814Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:50:10.815Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:10.815Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:10.816Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Trying to download the artifact UUID: 5ab412f4-b19c-46dc-bf79-f7f6c241a54c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-02T17:50:10.816Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:50:10.816Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:11.034Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:50:11.039Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5ab412f4-b19c-46dc-bf79-f7f6c241a54c 52506
2022-06-02T17:50:11.039Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:11.039Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:11.039Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:50:11.040Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:11.043Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:11.043Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192211039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:11.144Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:11.145Z||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-06-02T17:50:11.145Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:11.157Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:11.158Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:50:12.044Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:50:12.045Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:12.046Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Trying to write artifact UUID: 5ab412f4-b19c-46dc-bf79-f7f6c241a54c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T17:50:12.046Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-02T17:50:12.046Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T17:50:12.047Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T17:50:12.233Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP310335038481135443/Definitions/service-BasicNetwork-template.yml
2022-06-02T17:50:12.787Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:50:12.787Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|WARN|500||####################################################################################################
2022-06-02T17:50:12.787Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.788Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.789Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.789Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.789Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.789Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|WARN|500||####################################################################################################
2022-06-02T17:50:12.789Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.790Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.790Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-02T17:50:12.790Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:50:12.790Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:50:12.791Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.791Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.791Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-02T17:50:12.791Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:50:12.791Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:50:12.792Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.792Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.792Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.792Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.793Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.793Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.793Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.793Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.793Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.794Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.794Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c03619e3-84c2-429d-9da8-e4c55ae7fed8
Model Version:NULL
Model InvariantUuid:2cf48d3d-68c2-46da-aa85-fceaa5063e55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b9c54bd9-6794-4060-9b58-426c6dfc5dae
Model UUID:64215c78-b7ca-4cbc-a8bf-ea849ebcdc44
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9c7bff47-31d7-4021-a2a4-90f4c233f0c5
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-06-02T17:50:12.804Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||Processing Resource Type: VL, Model UUID: c3ec055b-394a-4c26-ae12-d5956b96b8c7
2022-06-02T17:50:12.804Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||No resources found for Service: c03619e3-84c2-429d-9da8-e4c55ae7fed8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:50:12.815Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||
2022-06-02T17:50:12.816Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-02T17:50:12.817Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||No resources found for Service: c03619e3-84c2-429d-9da8-e4c55ae7fed8
2022-06-02T17:50:12.817Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Preparing to deploy Service: c03619e3-84c2-429d-9da8-e4c55ae7fed8
2022-06-02T17:50:12.817Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-02T17:50:12.817Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.833Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ac9c103, org.onap.sdc.toscaparser.api.parameters.Input@2b004219, org.onap.sdc.toscaparser.api.parameters.Input@35e72bc2, org.onap.sdc.toscaparser.api.parameters.Input@2f2d2053, org.onap.sdc.toscaparser.api.parameters.Input@bc83d6c]
2022-06-02T17:50:12.834Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.835Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.835Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.835Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.836Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500|| resourceSeq for service uuid c03619e3-84c2-429d-9da8-e4c55ae7fed8: Generic NeutronNet
2022-06-02T17:50:12.836Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.836Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.836Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.837Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.878Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.879Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.879Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.879Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.880Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:50:12.880Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:50:12.880Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.938Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-02T17:50:12.938Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.938Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:12.938Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:50:12.939Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:12.940Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:12.940Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||try to send status {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192212938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:50:13.041Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:50:13.041Z||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-06-02T17:50:13.041Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:13.056Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:13.057Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:13.942Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9881744e-b66e-4044-8b73-95ca123045ef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:50:13.960Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9881744e-b66e-4044-8b73-95ca123045ef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:50:13.963Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:50:13.963Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:50:13.963Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:50:13.964Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:50:13.964Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:50:13.964Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?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-06-02T17:50:13.971Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:50:43.971Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 9881744e-b66e-4044-8b73-95ca123045ef 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-06-02T17:50:43.983Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9881744e-b66e-4044-8b73-95ca123045ef and serviceModelVersionId: c03619e3-84c2-429d-9da8-e4c55ae7fed8
2022-06-02T17:50:43.983Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cf48d3d-68c2-46da-aa85-fceaa5063e55
2022-06-02T17:50:43.984Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0
2022-06-02T17:50:43.988Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:50:44.041Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f70902fd-9d97-4365-8f77-45a98367b85b/model-vers/model-ver/a954ba5d-f724-4935-adf1-8a281bc1d30a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:44.043Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Invoke
2022-06-02T17:50:45.590Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:45.592Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Invoke
2022-06-02T17:50:47.124Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:47.126Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Invoke
2022-06-02T17:50:48.159Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:48.160Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:48.161Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:48.161Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:48.174Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:50:48.174Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9881744e-b66e-4044-8b73-95ca123045ef and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:50:48.175Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:50:48.175Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:48.178Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:48.178Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192248175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:50:48.278Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:48.279Z||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-06-02T17:50:48.279Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:48.304Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:48.305Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:50:49.207Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:50:49.208Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:50:49.208Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:49.842Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:49.843Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||received message from topic
2022-06-02T17:50:49.843Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"fc8e2c32-1979-4719-9027-fcb6940d58da","serviceName":"Demo_pNF_Fl9CFnee7THwRFSOjpKW","serviceVersion":"1.0","serviceUUID":"b55f95cb-dd6b-4ae8-a224-2debc72d651c","serviceDescription":"catalog service description","serviceInvariantUUID":"f3a1b0ab-011c-4b20-9e57-ed37a5145ffa","resources":[{"resourceInstanceName":"pNF ad133075-451e 0","resourceName":"pNF ad133075-451e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4f742c8-eb1a-4a24-8659-7d1df175550d","resourceInvariantUUID":"46abb533-f213-42be-9a87-04d566abc0bc","resourceCustomizationUUID":"0130485b-38c4-44be-8f18-199ef5bae421","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml","artifactChecksum":"NjQ0NjcxYjU1NTE1NjdlYmQ3MDFjNjQ4MjM2YTM3ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"643d2ae1-595d-46e6-800c-332c8061862d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb1a4c51-598d-4afe-bb92-480e6210f310","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c4f8f082-2024-41ba-9847-df11ae69087c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml","artifactChecksum":"OWNkZmQyMzE2MTY0MmU4NjBkNzVlNDBlNGM3YmEwOTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e784c99-7844-434a-8f62-52b1716789e7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3839ecde-0c6e-46ac-8000-b00685ea05af","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31cdf4d7-3575-4e75-a5ab-cf7b147e73b9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml","artifactChecksum":"NmQxN2RlM2NlNzE1NmE4NTRkMDExNmU2ZmM2YzFmOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cb31dbe-d00a-4b25-906d-b807fd285620","artifactVersion":"1"},{"artifactName":"service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar","artifactChecksum":"NDE3N2E4Y2FiNmNmODA4ODhkNGFkMzBjMWUxMDE4Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce1a1a50-1979-4496-bf07-b4dbdc707ef8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:50:49.845Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:49.845Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:49.847Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:49.847Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:49.948Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:49.949Z||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-06-02T17:50:49.949Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:49.963Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:49.963Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:50:50.848Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:50.849Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:50.851Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:50.851Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:50.951Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:50.952Z||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-06-02T17:50:50.952Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:50.967Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:50.967Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:51.852Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:51.853Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:51.855Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:51.855Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:51.955Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:51.956Z||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-06-02T17:50:51.956Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:51.972Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:51.972Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:52.855Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:52.856Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:52.858Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:52.858Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:52.958Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:52.959Z||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-06-02T17:50:52.959Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:52.973Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:52.974Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:53.858Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:53.859Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:53.861Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:53.861Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:53.961Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:53.962Z||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-06-02T17:50:53.962Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:53.993Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:53.994Z||pool-92-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:50:54.861Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:54.862Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:54.864Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:54.864Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:54.964Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:54.965Z||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-06-02T17:50:54.965Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:54.988Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:54.989Z||pool-93-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:55.864Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:55.865Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:55.868Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:55.868Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:50:55.968Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:55.969Z||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-06-02T17:50:55.969Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:55.988Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:55.989Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:56.868Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:50:56.869Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:56.871Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:56.871Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:50:56.971Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:56.973Z||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-06-02T17:50:56.973Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:56.996Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:56.996Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:57.872Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "serviceName": "Demo_pNF_Fl9CFnee7THwRFSOjpKW",
  "serviceVersion": "1.0",
  "serviceUUID": "b55f95cb-dd6b-4ae8-a224-2debc72d651c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f3a1b0ab-011c-4b20-9e57-ed37a5145ffa",
  "resources": [
    {
      "resourceInstanceName": "pNF ad133075-451e 0",
      "resourceCustomizationUUID": "0130485b-38c4-44be-8f18-199ef5bae421",
      "resourceName": "pNF ad133075-451e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a4f742c8-eb1a-4a24-8659-7d1df175550d",
      "resourceInvariantUUID": "46abb533-f213-42be-9a87-04d566abc0bc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
      "artifactChecksum": "NDE3N2E4Y2FiNmNmODA4ODhkNGFkMzBjMWUxMDE4Y2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ce1a1a50-1979-4496-bf07-b4dbdc707ef8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:50:57.872Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:50:57.872Z|9881744e-b66e-4044-8b73-95ca123045ef|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b55f95cb-dd6b-4ae8-a224-2debc72d651c ASDC
2022-06-02T17:50:57.873Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||ASDC Notification:
DistributionID:fc8e2c32-1979-4719-9027-fcb6940d58da
ServiceName:Demo_pNF_Fl9CFnee7THwRFSOjpKW
ServiceVersion:1.0
ServiceUUID:b55f95cb-dd6b-4ae8-a224-2debc72d651c
ServiceInvariantUUID:f3a1b0ab-011c-4b20-9e57-ed37a5145ffa
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
ArtifactUUID:ce1a1a50-1979-4496-bf07-b4dbdc707ef8
ArtifactChecksum:NDE3N2E4Y2FiNmNmODA4ODhkNGFkMzBjMWUxMDE4Y2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ad133075-451e 0
ResourceCustomizationUUID:0130485b-38c4-44be-8f18-199ef5bae421
ResourceInvariantUUID:46abb533-f213-42be-9a87-04d566abc0bc
ResourceName:pNF ad133075-451e
ResourceType:PNF
ResourceUUID:a4f742c8-eb1a-4a24-8659-7d1df175550d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T17:50:57.873Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b55f95cb-dd6b-4ae8-a224-2debc72d651c 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-06-02T17:50:57.922Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:50:57.923Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:57.923Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:57.923Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Trying to download the artifact UUID: ce1a1a50-1979-4496-bf07-b4dbdc707ef8 from URL: /sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:57.923Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:50:57.923Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:58.395Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:50:58.398Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar ce1a1a50-1979-4496-bf07-b4dbdc707ef8 82639
2022-06-02T17:50:58.399Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar ASDC sendASDCNotification
2022-06-02T17:50:58.399Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:58.399Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:50:58.399Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:50:58.401Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:50:58.401Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192258399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:50:58.501Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:50:58.502Z||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-06-02T17:50:58.502Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:50:58.524Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:50:58.525Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:50:59.402Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:50:59.403Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:50:59.403Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Trying to write artifact UUID: ce1a1a50-1979-4496-bf07-b4dbdc707ef8, URL: /sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar to file: /app/ASDC/1/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:59.403Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:59.403Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:59.404Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:50:59.540Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17453938112212588675/Definitions/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml
2022-06-02T17:51:00.335Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:51:00.335Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||####################################################################################################
2022-06-02T17:51:00.336Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.336Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T17:51:00.336Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.336Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.336Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.337Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.337Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.337Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ad133075-451e 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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.337Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.337Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|WARN|500||####################################################################################################
2022-06-02T17:51:00.338Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.338Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.338Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Node template pNF ad133075-451e 0 is matching search criteria
2022-06-02T17:51:00.338Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:51:00.338Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found topology templates [pNF ad133075-451e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:51:00.339Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.339Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.339Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Node template pNF ad133075-451e 0 is matching search criteria
2022-06-02T17:51:00.339Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:51:00.340Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found topology templates [pNF ad133075-451e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:51:00.340Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.340Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.340Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.340Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.341Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.341Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.341Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.341Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.342Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.342Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.342Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Fl9CFnee7THwRFSOjpKW
Description:catalog service description
Model UUID:b55f95cb-dd6b-4ae8-a224-2debc72d651c
Model Version:NULL
Model InvariantUuid:f3a1b0ab-011c-4b20-9e57-ed37a5145ffa
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-06-02T17:51:00.356Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: a4f742c8-eb1a-4a24-8659-7d1df175550d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:51:00.360Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||pNF ad133075-451e 0
2022-06-02T17:51:00.360Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: a4f742c8-eb1a-4a24-8659-7d1df175550d
2022-06-02T17:51:00.360Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||No resources found for Service: b55f95cb-dd6b-4ae8-a224-2debc72d651c
2022-06-02T17:51:00.360Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Preparing to deploy Service: b55f95cb-dd6b-4ae8-a224-2debc72d651c
2022-06-02T17:51:00.361Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ad133075-451e 0 a4f742c8-eb1a-4a24-8659-7d1df175550d 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-06-02T17:51:00.368Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@831af3a, org.onap.sdc.toscaparser.api.parameters.Input@19e8f43c, org.onap.sdc.toscaparser.api.parameters.Input@229c5660, org.onap.sdc.toscaparser.api.parameters.Input@1d667c5e, org.onap.sdc.toscaparser.api.parameters.Input@182b48b7]
2022-06-02T17:51:00.369Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.369Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.369Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500|| resourceSeq for service uuid b55f95cb-dd6b-4ae8-a224-2debc72d651c: pNF ad133075-451e
2022-06-02T17:51:00.370Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Processing PNF resource: a4f742c8-eb1a-4a24-8659-7d1df175550d
2022-06-02T17:51:00.370Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:51:00.370Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Service Demo_pNF_Fl9CFnee7THwRFSOjpKW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:51:00.371Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||Resource customization UUID: 0130485b-38c4-44be-8f18-199ef5bae421 is the same as notified resource customizationUUID: 0130485b-38c4-44be-8f18-199ef5bae421
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-06-02T17:51:00.462Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ad133075-451e a4f742c8-eb1a-4a24-8659-7d1df175550d 0 ASDC deployResourceStructure
2022-06-02T17:51:00.463Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar ASDC sendASDCNotification
2022-06-02T17:51:00.463Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar
2022-06-02T17:51:00.464Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:51:00.464Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:51:00.466Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:51:00.466Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192260463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:51:00.566Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:51:00.567Z||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-06-02T17:51:00.567Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:51:00.581Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:51:00.581Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:51:01.467Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:51:01.486Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:51:01.489Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:51:01.489Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:51:01.489Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:51:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:51:09.190Z||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-06-02T17:51:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:51:09.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:51:09.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:51:09.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "169c736e-de04-4e0c-99c9-a7655a714be6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192203199,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:51:09.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:51:09.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:51:09.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192204225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:51:09.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:51:31.489Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:51:31.502Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:51:31.506Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:51:31.507Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:51:31.507Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:52:01.507Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:52:01.553Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:52:01.558Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:52:01.558Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:52:01.558Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:52:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:52:09.190Z||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-06-02T17:52:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:52:09.271Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:52:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192204225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192211039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192212938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192213168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192224052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "cds",
  "timestamp": 1654192225058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-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-06-02T17:52:09.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192219345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192228365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192229371,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192222265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "policy-id",
  "timestamp": 1654192230374,
  "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-06-02T17:52:09.342Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.343Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192222983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192232127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192233345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192226411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192234350,
  "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-06-02T17:52:09.377Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192235554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192228898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192230962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192239921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192241060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:52:09.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192241882,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "aai-ml",
  "timestamp": 1654192242064,
  "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-06-02T17:52:09.423Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.423Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192242887,
  "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-06-02T17:52:09.469Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.469Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192242971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.523Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192244981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.523Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "clamp",
  "timestamp": 1654192245984,
  "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-06-02T17:52:09.534Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fc8e2c32-1979-4719-9027-fcb6940d58da
2022-06-02T17:52:09.535Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:52:09.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9881744e-b66e-4044-8b73-95ca123045ef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192248175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:52:09.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/resourceInstances/pnfad133075451e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192249207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:52:09.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:52:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192258399,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:52:09.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T17:52:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192260463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFl9cfnee7thwrfsojpkw/1.0/artifacts/service-DemoPnfFl9cfnee7thwrfsojpkw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:52:09.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:52:31.558Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:52:31.580Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:52:31.587Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:52:31.588Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:52:31.588Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:52:31.588Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:52:31.588Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T17:52:31.589Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:52:31.589Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?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-06-02T17:52:31.601Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:53:01.602Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: fc8e2c32-1979-4719-9027-fcb6940d58da 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-06-02T17:53:01.608Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fc8e2c32-1979-4719-9027-fcb6940d58da and serviceModelVersionId: b55f95cb-dd6b-4ae8-a224-2debc72d651c
2022-06-02T17:53:01.609Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3a1b0ab-011c-4b20-9e57-ed37a5145ffa
2022-06-02T17:53:01.609Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0
2022-06-02T17:53:01.613Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cf48d3d-68c2-46da-aa85-fceaa5063e55/model-vers/model-ver/c03619e3-84c2-429d-9da8-e4c55ae7fed8?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:53:01.651Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Invoke
2022-06-02T17:53:01.652Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c776fe92-a66e-446c-9194-d4703609078c], X-ECOMP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-TransactionId=[], X-ONAP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], Content-Type=[application/merge-patch+json]}
2022-06-02T17:53:03.189Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Invoke
2022-06-02T17:53:03.189Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a8e7cf69-71de-4f04-8967-a67393f31bab], X-ECOMP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-TransactionId=[], X-ONAP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], Content-Type=[application/merge-patch+json]}
2022-06-02T17:53:04.729Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Invoke
2022-06-02T17:53:04.729Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5ae733b8-9e56-4ea3-a919-7a34029fbb80], X-ECOMP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], X-TransactionId=[], X-ONAP-RequestID=[fc8e2c32-1979-4719-9027-fcb6940d58da], Content-Type=[application/merge-patch+json]}
2022-06-02T17:53:05.759Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:53:05.760Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?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-06-02T17:53:05.760Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:53:05.761Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?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-06-02T17:53:05.772Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?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-06-02T17:53:05.772Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fc8e2c32-1979-4719-9027-fcb6940d58da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:53:05.772Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:53:05.773Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:05.774Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:05.775Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192385772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:53:05.875Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:05.876Z||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-06-02T17:53:05.876Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:05.896Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:05.896Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:53:06.796Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:53:06.796Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:53:06.797Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:53:09.190Z||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-06-02T17:53:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:09.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:09.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.279Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.281Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192288168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192286411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192290962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192288898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192301117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192301254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.291Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192301013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "cds",
  "timestamp": 1654192302019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:53:09.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192303510,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192304520,
  "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-06-02T17:53:09.353Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.353Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192299346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192307102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192308000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192308107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192302272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "aai-ml",
  "timestamp": 1654192309004,
  "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-06-02T17:53:09.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.406Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "policy-id",
  "timestamp": 1654192309111,
  "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-06-02T17:53:09.435Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192302983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:09.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:53:09.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192310011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192311090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192310783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "clamp",
  "timestamp": 1654192312094,
  "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-06-02T17:53:09.472Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192311980,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192313552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:09.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:09.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192314582,
  "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-06-02T17:53:09.508Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
2022-06-02T17:53:09.508Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:09.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:53:09.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192315586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:09.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:53:11.408Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:11.409Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||received message from topic
2022-06-02T17:53:11.409Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"a1fcbd0b-ea65-4c1e-b382-67b7faedb75a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929","serviceDescription":"service","serviceInvariantUUID":"206690af-ba8b-4262-bc82-7f948555112c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae856db3-880e-471f-b786-84c7c670f4e9","resourceInvariantUUID":"5dc0274c-b6c3-4f22-bb16-8493194ac78c","resourceCustomizationUUID":"85501bad-f029-4206-8067-fdcc1b739d16","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MDY1MTFmMGNlMmZjZjdlZDAyN2NmYjkwMjI4OWFmYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7119775a-ed0f-4db6-9040-006ae5eb17ae","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWRiYmEwMjU5ZmEyZjY1MzY4OWRjZjMzNzFhYWFjN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fd0b43e1-3545-4265-aa68-14a7ba487708","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"83037c08-57a9-48fc-894b-d175363028aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"72edfbda-28bb-4cf4-8fc1-bb710aafa8b8","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3bfc2f7-8972-437a-9ea5-8b206b90f21e","artifactVersion":"2","generatedFromUUID":"83037c08-57a9-48fc-894b-d175363028aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTI5NmEwMDlhZjgwZjc0MDNlZTBlMWQ5ZmNlY2Q2YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53517472-0de6-4095-a14a-941b0e8cfadf","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTM5ZWRjMzE3N2ViM2U4NzIwZjUzNjI4Mzk5ZjcyNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4b0913db-6b8b-4e3b-a0a9-119422338b7a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:53:11.411Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:11.411Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:11.413Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:11.413Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:11.513Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:11.514Z||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-06-02T17:53:11.514Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:11.536Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:11.537Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:12.413Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:12.414Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:12.416Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:12.416Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:53:12.518Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T17:53:12.519Z||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-06-02T17:53:12.519Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:12.553Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:12.554Z||pool-100-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:13.417Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:13.418Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:13.419Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:13.419Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:53:13.520Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:13.520Z||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-06-02T17:53:13.520Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:13.558Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:13.558Z||pool-101-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:14.420Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:14.421Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:14.423Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:14.424Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:14.524Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:14.525Z||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-06-02T17:53:14.525Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:14.566Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:14.567Z||pool-102-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:15.424Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:15.425Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:15.427Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:15.428Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T17:53:15.528Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:15.529Z||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-06-02T17:53:15.529Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:15.562Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:15.563Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:16.428Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:16.429Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:16.431Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:16.431Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:53:16.531Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:16.533Z||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-06-02T17:53:16.533Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:16.558Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:16.559Z||pool-104-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:53:17.431Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:53:17.432Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:17.433Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:17.434Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:53:17.534Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:17.535Z||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-06-02T17:53:17.535Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:17.558Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:17.559Z||pool-105-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:18.435Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929",
  "serviceDescription": "service",
  "serviceInvariantUUID": "206690af-ba8b-4262-bc82-7f948555112c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "85501bad-f029-4206-8067-fdcc1b739d16",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ae856db3-880e-471f-b786-84c7c670f4e9",
      "resourceInvariantUUID": "5dc0274c-b6c3-4f22-bb16-8493194ac78c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "OWRiYmEwMjU5ZmEyZjY1MzY4OWRjZjMzNzFhYWFjN2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fd0b43e1-3545-4265-aa68-14a7ba487708",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "83037c08-57a9-48fc-894b-d175363028aa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f3bfc2f7-8972-437a-9ea5-8b206b90f21e",
            "generatedFromUUID": "83037c08-57a9-48fc-894b-d175363028aa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f3bfc2f7-8972-437a-9ea5-8b206b90f21e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OTM5ZWRjMzE3N2ViM2U4NzIwZjUzNjI4Mzk5ZjcyNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4b0913db-6b8b-4e3b-a0a9-119422338b7a"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:53:18.435Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:53:18.435Z|fc8e2c32-1979-4719-9027-fcb6940d58da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929 ASDC
2022-06-02T17:53:18.436Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||ASDC Notification:
DistributionID:a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929
ServiceInvariantUUID:206690af-ba8b-4262-bc82-7f948555112c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:4b0913db-6b8b-4e3b-a0a9-119422338b7a
ArtifactChecksum:OTM5ZWRjMzE3N2ViM2U4NzIwZjUzNjI4Mzk5ZjcyNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:85501bad-f029-4206-8067-fdcc1b739d16
ResourceInvariantUUID:5dc0274c-b6c3-4f22-bb16-8493194ac78c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ae856db3-880e-471f-b786-84c7c670f4e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:fd0b43e1-3545-4265-aa68-14a7ba487708
ArtifactChecksum:OWRiYmEwMjU5ZmEyZjY1MzY4OWRjZjMzNzFhYWFjN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:83037c08-57a9-48fc-894b-d175363028aa
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f3bfc2f7-8972-437a-9ea5-8b206b90f21e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:f3bfc2f7-8972-437a-9ea5-8b206b90f21e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:53:18.436Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929 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-06-02T17:53:18.506Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:53:18.507Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:53:18.507Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:53:18.507Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Trying to download the artifact UUID: 4b0913db-6b8b-4e3b-a0a9-119422338b7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-02T17:53:18.507Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:53:18.508Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-02T17:53:18.622Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:53:18.626Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4b0913db-6b8b-4e3b-a0a9-119422338b7a 71059
2022-06-02T17:53:18.626Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-02T17:53:18.626Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-02T17:53:18.626Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:53:18.626Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:18.628Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:18.628Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192398626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:18.729Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:18.730Z||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-06-02T17:53:18.730Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:18.749Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:18.749Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:53:19.629Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:53:19.630Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:53:19.631Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Trying to write artifact UUID: 4b0913db-6b8b-4e3b-a0a9-119422338b7a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:19.631Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-02T17:53:19.632Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:19.632Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:19.755Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9807461148889054325/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-02T17:53:20.920Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||####################################################################################################
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.921Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|WARN|500||####################################################################################################
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.922Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:20.923Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:53:20.924Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:53:20.924Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.924Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.924Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.924Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T17:53:20.925Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-02T17:53:20.925Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-02T17:53:20.925Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-02T17:53:20.925Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T17:53:20.925Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:53:20.926Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.926Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:53:20.926Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.926Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:20.926Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:20.927Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.927Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:20.927Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:20.927Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.927Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:20.928Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:20.928Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.928Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T17:53:20.928Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T17:53:20.928Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T17:53:20.929Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=354952ba-e2d7-4970-8d82-99cc848ad957
2022-06-02T17:53:20.929Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.929Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.929Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.929Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:20.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:20.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929
Model Version:NULL
Model InvariantUuid:206690af-ba8b-4262-bc82-7f948555112c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:740384b5-6cbe-4ca8-97c8-26a3dec964c8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5dc0274c-b6c3-4f22-bb16-8493194ac78c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:85501bad-f029-4206-8067-fdcc1b739d16
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9108d148-dc50-4db3-8d6a-a797ab8b5fa2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a945891b-15db-4381-bc8b-e9a465a4995c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:354952ba-e2d7-4970-8d82-99cc848ad957
ModelInvariantUuid:5a883610-c6a9-4255-a1d4-39d1209eeac7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7f45c522-9a8e-482a-a537-e5fcbaba5b69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:40bdca6c-691f-4b8f-b7d9-e30e15b89b14
ModelInvariantUuid:79649f59-5439-47ad-af4f-4e25b7027d17
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:050f52d1-b56d-40f7-958d-28c984958737
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-06-02T17:53:20.937Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: ae856db3-880e-471f-b786-84c7c670f4e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:53:20.941Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||basic_vm 0
2022-06-02T17:53:20.941Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: ae856db3-880e-471f-b786-84c7c670f4e9
2022-06-02T17:53:20.942Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Trying to download the artifact UUID: fd0b43e1-3545-4265-aa68-14a7ba487708 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-02T17:53:20.942Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:53:20.942Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-02T17:53:21.009Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:53:21.009Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json fd0b43e1-3545-4265-aa68-14a7ba487708 787
2022-06-02T17:53:21.010Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-02T17:53:21.010Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-02T17:53:21.010Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:53:21.010Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:21.012Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:21.012Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192401010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:21.112Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:21.113Z||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-06-02T17:53:21.113Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:21.129Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:21.130Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:22.013Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9108d148-dc50-4db3-8d6a-a797ab8b5fa2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a945891b-15db-4381-bc8b-e9a465a4995c",
    "vfModuleModelCustomizationUUID": "bc5a8b91-b93d-4b57-8406-396f139ed054",
    "isBase": true,
    "artifacts": [
      "83037c08-57a9-48fc-894b-d175363028aa",
      "f3bfc2f7-8972-437a-9ea5-8b206b90f21e"
    ],
    "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-06-02T17:53:22.016Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a945891b-15db-4381-bc8b-e9a465a4995c
VfModuleModelInvariantUUID:9108d148-dc50-4db3-8d6a-a797ab8b5fa2
VfModuleModelDescription:NULL
Artifacts UUID List:{
83037c08-57a9-48fc-894b-d175363028aa
,
f3bfc2f7-8972-437a-9ea5-8b206b90f21e

}
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-06-02T17:53:22.018Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9108d148-dc50-4db3-8d6a-a797ab8b5fa2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a945891b-15db-4381-bc8b-e9a465a4995c",
    "vfModuleModelCustomizationUUID": "bc5a8b91-b93d-4b57-8406-396f139ed054",
    "isBase": true,
    "artifacts": [
      "83037c08-57a9-48fc-894b-d175363028aa",
      "f3bfc2f7-8972-437a-9ea5-8b206b90f21e"
    ],
    "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-06-02T17:53:22.018Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a945891b-15db-4381-bc8b-e9a465a4995c
VfModuleModelInvariantUUID:9108d148-dc50-4db3-8d6a-a797ab8b5fa2
VfModuleModelDescription:NULL
Artifacts UUID List:{
83037c08-57a9-48fc-894b-d175363028aa
,
f3bfc2f7-8972-437a-9ea5-8b206b90f21e

}
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-06-02T17:53:22.019Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Trying to download the artifact UUID: 83037c08-57a9-48fc-894b-d175363028aa from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-02T17:53:22.019Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:53:22.019Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-02T17:53:22.209Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:53:22.209Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 83037c08-57a9-48fc-894b-d175363028aa 5033
2022-06-02T17:53:22.210Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-02T17:53:22.210Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-02T17:53:22.210Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:53:22.211Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:22.213Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:22.213Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192402210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:22.314Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:53:22.314Z||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-06-02T17:53:22.315Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:22.353Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:22.354Z||pool-108-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:53:23.214Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Trying to download the artifact UUID: f3bfc2f7-8972-437a-9ea5-8b206b90f21e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-02T17:53:23.215Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:53:23.215Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-02T17:53:23.676Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:53:23.677Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f3bfc2f7-8972-437a-9ea5-8b206b90f21e 903
2022-06-02T17:53:23.678Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-02T17:53:23.678Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-02T17:53:23.678Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:53:23.679Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:23.680Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:23.680Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192403678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:53:23.781Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:23.782Z||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-06-02T17:53:23.782Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:23.799Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:23.800Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:24.683Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Preparing to deploy Service: 2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929
2022-06-02T17:53:24.683Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ae856db3-880e-471f-b786-84c7c670f4e9 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-06-02T17:53:24.707Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@768e03c, org.onap.sdc.toscaparser.api.parameters.Input@720e0a03, org.onap.sdc.toscaparser.api.parameters.Input@6b7ae5a6, org.onap.sdc.toscaparser.api.parameters.Input@2b225c7f, org.onap.sdc.toscaparser.api.parameters.Input@6b0b2027]
2022-06-02T17:53:24.709Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.709Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.709Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T17:53:24.710Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||VFCustomizationUUID= 85501bad-f029-4206-8067-fdcc1b739d16
2022-06-02T17:53:24.710Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85501bad-f029-4206-8067-fdcc1b739d16 matches Tosca VF Customization UUID: 85501bad-f029-4206-8067-fdcc1b739d16
2022-06-02T17:53:24.710Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||vfCustomizationUUID: 85501bad-f029-4206-8067-fdcc1b739d16  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-06-02T17:53:24.713Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.713Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.714Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||resource request for resource customization id 85501bad-f029-4206-8067-fdcc1b739d16: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-02T17:53:24.714Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cc49172
2022-06-02T17:53:24.714Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.714Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:53:24.715Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc5a8b91-b93d-4b57-8406-396f139ed054
2022-06-02T17:53:24.715Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc5a8b91-b93d-4b57-8406-396f139ed054
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-06-02T17:53:24.718Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.718Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:24.718Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:24.718Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T17:53:24.719Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=354952ba-e2d7-4970-8d82-99cc848ad957
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-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-02T17:53:24.722Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=85501bad-f029-4206-8067-fdcc1b739d16
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:53:24.724Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.724Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.724Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500|| resourceSeq for service uuid 2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929: basic_vm
2022-06-02T17:53:24.724Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.725Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:53:24.726Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:53:24.726Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:53:24.827Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ae856db3-880e-471f-b786-84c7c670f4e9 1 ASDC deployResourceStructure
2022-06-02T17:53:24.828Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-02T17:53:24.828Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-02T17:53:24.828Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:53:24.828Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:24.830Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:24.830Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192404827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:24.930Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:24.931Z||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-06-02T17:53:24.931Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:24.949Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:24.949Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:25.833Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-02T17:53:25.833Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-02T17:53:25.833Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:53:25.835Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:25.838Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:25.839Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192405833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:25.938Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:53:25.940Z||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-06-02T17:53:25.940Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:25.969Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:25.970Z||pool-111-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:26.841Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-02T17:53:26.841Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-02T17:53:26.842Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:53:26.842Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:26.844Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:26.844Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192406841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:26.944Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:53:26.945Z||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-06-02T17:53:26.946Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:26.974Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:26.975Z||pool-112-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:27.845Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-02T17:53:27.845Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-02T17:53:27.846Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:53:27.846Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:53:27.848Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:53:27.848Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192407845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:53:27.948Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:53:27.949Z||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-06-02T17:53:27.949Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:53:27.962Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:53:27.963Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:53:28.849Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:53:28.858Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1fcbd0b-ea65-4c1e-b382-67b7faedb75a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:53:28.860Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:53:28.860Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:53:28.860Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:53:28.861Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:53:28.861Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:53:28.861Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?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-06-02T17:53:28.868Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:53:58.869Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: a1fcbd0b-ea65-4c1e-b382-67b7faedb75a 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-06-02T17:53:58.881Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1fcbd0b-ea65-4c1e-b382-67b7faedb75a and serviceModelVersionId: 2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929
2022-06-02T17:53:58.881Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 206690af-ba8b-4262-bc82-7f948555112c
2022-06-02T17:53:58.882Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0
2022-06-02T17:53:58.886Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:53:58.930Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3a1b0ab-011c-4b20-9e57-ed37a5145ffa/model-vers/model-ver/b55f95cb-dd6b-4ae8-a224-2debc72d651c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:53:58.931Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Invoke
2022-06-02T17:54:00.468Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:54:00.470Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Invoke
2022-06-02T17:54:02.004Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:54:02.005Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Invoke
2022-06-02T17:54:03.038Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:54:03.039Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:54:03.039Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:54:03.040Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:54:03.088Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:54:03.088Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1fcbd0b-ea65-4c1e-b382-67b7faedb75a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:54:03.089Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:54:03.089Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:54:03.090Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:54:03.090Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192443088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:54:03.191Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:54:03.191Z||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-06-02T17:54:03.192Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:03.231Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:54:03.232Z||pool-114-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:54:04.171Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:54:04.172Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:54:04.172Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:54:09.190Z||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-06-02T17:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:09.281Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:54:09.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:54:09.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fc8e2c32-1979-4719-9027-fcb6940d58da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192385772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:54:09.282Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:54:13.841Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:54:13.841Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:54:13.842Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:54:13.842Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:23.442Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:54:23.443Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:54:23.443Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:54:23.443Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:33.064Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:54:33.064Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:54:33.065Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:54:33.065Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:54:42.651Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:09.188Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:55:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:55:09.189Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:55:09.189Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:09.189Z||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-06-02T17:55:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:09.716Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:09.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:09.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192386796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192398626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192401010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192402210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192403678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192404827,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192405833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192406841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192407845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1fcbd0b-ea65-4c1e-b382-67b7faedb75a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192443088,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:55:09.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:55:12.468Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:12.469Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||received message from topic
2022-06-02T17:55:12.469Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"1c6082fb-bbc8-460b-8689-8a1d8200d0da","serviceName":"vFW 2022-06-02 17-52-28","serviceVersion":"1.0","serviceUUID":"5d380071-60af-49d4-800a-12dd64616bdb","serviceDescription":"catalog service description","serviceInvariantUUID":"7059ad9b-0c3c-4ee4-b225-1c8742b03ef4","resources":[{"resourceInstanceName":"vFW 2819b08f-3ca9 0","resourceName":"vFW 2819b08f-3ca9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe","resourceInvariantUUID":"00001930-fc97-4d64-9ee2-60b48c422099","resourceCustomizationUUID":"92d718f0-d72e-4baf-accf-f5d1d8e01d3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml","artifactChecksum":"NjdiMmJjOTZjMTM0MmQ1ZWUwY2M0OWFlNjJmZjkzOTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"549bdad2-2506-4c3f-b80a-2eae6010504a","artifactVersion":"1"},{"artifactName":"vfw2819b08f3ca90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json","artifactChecksum":"NjFhZGJkNDllZWM5ODhkMzg0YzIwZDQyYzgwM2NmNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2695845-5504-4a6c-96ce-455e42039bf3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"104e9b92-c9a7-40d9-8ba8-61d3a193f7e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml","artifactChecksum":"ZjAxZTU3OTUwYWUyMTBmNDI0YWQ0MmYzNTY3ZmQ3NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df2a19ec-ca1b-4fec-a684-0731ade7f81c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e297115-7f01-4b11-a909-f140e77a8a66","artifactVersion":"2","generatedFromUUID":"104e9b92-c9a7-40d9-8ba8-61d3a193f7e7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602175228-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml","artifactChecksum":"MjZkOTk5ZjNlNmY5NzY3Zjg3YjI5ZjkxNWIzZjBiM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35077324-8df2-40a0-9651-a4b128bb056b","artifactVersion":"1"},{"artifactName":"service-Vfw20220602175228-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar","artifactChecksum":"Yzc0MmM1ZjNmMmU0Zjg1MmEyMzdlMDk1YjgwNGQxMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"618cf872-21b3-4108-94ec-328384ff50ca","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:55:12.471Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:12.471Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:12.473Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:12.474Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:12.574Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:12.575Z||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-06-02T17:55:12.575Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:12.598Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:12.598Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:13.474Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:13.475Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:13.477Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:13.477Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:55:13.577Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:13.578Z||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-06-02T17:55:13.578Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:13.596Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:13.596Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:14.478Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:14.479Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:14.481Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:14.481Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:55:14.582Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:55:14.584Z||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-06-02T17:55:14.584Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:14.610Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:14.611Z||pool-117-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:15.482Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:15.483Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:15.485Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:15.486Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:15.586Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:15.587Z||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-06-02T17:55:15.587Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:15.613Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:15.614Z||pool-118-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:16.486Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:16.487Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:16.489Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:16.489Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:55:16.589Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:55:16.590Z||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-06-02T17:55:16.591Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:16.606Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:16.607Z||pool-119-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:17.490Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:17.491Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:17.493Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:17.493Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:55:17.593Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:17.594Z||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-06-02T17:55:17.594Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:17.642Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:17.643Z||pool-120-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:18.494Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:55:18.495Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:18.497Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:18.497Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:55:18.597Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:18.598Z||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-06-02T17:55:18.598Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:18.639Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:18.639Z||pool-121-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:19.498Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "serviceName": "vFW 2022-06-02 17-52-28",
  "serviceVersion": "1.0",
  "serviceUUID": "5d380071-60af-49d4-800a-12dd64616bdb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7059ad9b-0c3c-4ee4-b225-1c8742b03ef4",
  "resources": [
    {
      "resourceInstanceName": "vFW 2819b08f-3ca9 0",
      "resourceCustomizationUUID": "92d718f0-d72e-4baf-accf-f5d1d8e01d3c",
      "resourceName": "vFW 2819b08f-3ca9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe",
      "resourceInvariantUUID": "00001930-fc97-4d64-9ee2-60b48c422099",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2819b08f3ca90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
          "artifactChecksum": "NjFhZGJkNDllZWM5ODhkMzg0YzIwZDQyYzgwM2NmNzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c2695845-5504-4a6c-96ce-455e42039bf3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "104e9b92-c9a7-40d9-8ba8-61d3a193f7e7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0e297115-7f01-4b11-a909-f140e77a8a66",
            "generatedFromUUID": "104e9b92-c9a7-40d9-8ba8-61d3a193f7e7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0e297115-7f01-4b11-a909-f140e77a8a66",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602175228-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
      "artifactChecksum": "Yzc0MmM1ZjNmMmU0Zjg1MmEyMzdlMDk1YjgwNGQxMzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "618cf872-21b3-4108-94ec-328384ff50ca"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:55:19.499Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:55:19.499Z|a1fcbd0b-ea65-4c1e-b382-67b7faedb75a|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5d380071-60af-49d4-800a-12dd64616bdb ASDC
2022-06-02T17:55:19.500Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||ASDC Notification:
DistributionID:1c6082fb-bbc8-460b-8689-8a1d8200d0da
ServiceName:vFW 2022-06-02 17-52-28
ServiceVersion:1.0
ServiceUUID:5d380071-60af-49d4-800a-12dd64616bdb
ServiceInvariantUUID:7059ad9b-0c3c-4ee4-b225-1c8742b03ef4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602175228-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar
ArtifactUUID:618cf872-21b3-4108-94ec-328384ff50ca
ArtifactChecksum:Yzc0MmM1ZjNmMmU0Zjg1MmEyMzdlMDk1YjgwNGQxMzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2819b08f-3ca9 0
ResourceCustomizationUUID:92d718f0-d72e-4baf-accf-f5d1d8e01d3c
ResourceInvariantUUID:00001930-fc97-4d64-9ee2-60b48c422099
ResourceName:vFW 2819b08f-3ca9
ResourceType:VF
ResourceUUID:7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2819b08f3ca90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json
ArtifactUUID:c2695845-5504-4a6c-96ce-455e42039bf3
ArtifactChecksum:NjFhZGJkNDllZWM5ODhkMzg0YzIwZDQyYzgwM2NmNzM=
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/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml
ArtifactUUID:104e9b92-c9a7-40d9-8ba8-61d3a193f7e7
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/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
ArtifactUUID:0e297115-7f01-4b11-a909-f140e77a8a66
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/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
ArtifactUUID:0e297115-7f01-4b11-a909-f140e77a8a66
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T17:55:19.501Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d380071-60af-49d4-800a-12dd64616bdb 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-06-02T17:55:19.576Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:55:19.577Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:55:19.577Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:55:19.577Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Trying to download the artifact UUID: 618cf872-21b3-4108-94ec-328384ff50ca from URL: /sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:19.577Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:55:19.577Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:19.681Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:55:19.686Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar 618cf872-21b3-4108-94ec-328384ff50ca 98997
2022-06-02T17:55:19.686Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar ASDC sendASDCNotification
2022-06-02T17:55:19.686Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:19.687Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:55:19.687Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:19.689Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:19.689Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192519686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:19.789Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:19.790Z||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-06-02T17:55:19.790Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:19.811Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:19.811Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:20.689Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:55:20.690Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:55:20.691Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Trying to write artifact UUID: 618cf872-21b3-4108-94ec-328384ff50ca, URL: /sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar to file: /app/ASDC/1/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:20.691Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602175228-csar.csar
2022-06-02T17:55:20.692Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:20.692Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:20.835Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12718096003315590509/Definitions/service-Vfw20220602175228-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-06-02T17:55:22.768Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:55:22.768Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||####################################################################################################
2022-06-02T17:55:22.768Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.768Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2819b08f-3ca9 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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.769Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-Vfw20220602175228-csar.csar
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|WARN|500||####################################################################################################
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.770Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:55:22.771Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:22.772Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.773Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.774Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:22.775Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:55:22.776Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cc64822-6099-4645-8b43-1c30538bfe24
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.777Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:55:22.778Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61cfb65d-31dd-4e35-96eb-d9a83410b155
2022-06-02T17:55:22.779Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:55:22.780Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0cfc30-e22c-4a70-b674-146aa770f6ff
2022-06-02T17:55:22.781Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.782Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:22.783Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:22.783Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-52-28
Description:catalog service description
Model UUID:5d380071-60af-49d4-800a-12dd64616bdb
Model Version:NULL
Model InvariantUuid:7059ad9b-0c3c-4ee4-b225-1c8742b03ef4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2819b08f-3ca9
Model UUID:40d79ab4-b0d1-4ac1-8259-4e301704a67a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:00001930-fc97-4d64-9ee2-60b48c422099
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:92d718f0-d72e-4baf-accf-f5d1d8e01d3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:83822047-2da2-4bc0-bfcc-67563351a501
ModelName:Vfw2819b08f3ca9..base_vfw..module-0
ModelUuid:74bd2d01-29a7-4882-9dc2-61479cb8846b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6cc64822-6099-4645-8b43-1c30538bfe24
ModelInvariantUuid:f04b6205-29a9-4fa7-bdb5-6c18807a0496
ModelName:vFW 2819b08f-3ca9-nodes.vfwCvfc
ModelUuid:28cf90d7-5e95-41a0-8ddd-af4c1e1d9a69
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2e9ad15a-8a06-4f0b-be19-e49bfdc6df0e
ModelInvariantUuid:eecd3f45-d8ad-43a7-a27e-b2208e6fa74f
ModelName:Vfw2819b08f3ca9.compute.nodes.heat.vfw
ModelUuid:54a9f504-9fff-40cb-970b-0aa3a15c6a97
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:61cfb65d-31dd-4e35-96eb-d9a83410b155
ModelInvariantUuid:f7e84bba-5903-47dc-84ef-65c7dd7b0bfe
ModelName:vFW 2819b08f-3ca9-nodes.vsnCvfc
ModelUuid:a3cbb141-86e1-467e-9fff-b4bc37abeff6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f3ded2da-ba66-4d1a-80d4-2d01f7a9e07f
ModelInvariantUuid:bf10895f-fbe0-4198-ae18-0649f7f1b9fd
ModelName:Vfw2819b08f3ca9.compute.nodes.heat.vsn
ModelUuid:f6332fdc-803c-4643-a58c-c29f795427c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8d0cfc30-e22c-4a70-b674-146aa770f6ff
ModelInvariantUuid:d8f9b881-06fb-4ed6-8339-25cefea7e0f1
ModelName:vFW 2819b08f-3ca9-nodes.vpgCvfc
ModelUuid:a5693d1b-bf0c-40de-a515-e846789d2961
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2860ff53-444b-4d02-b275-92815b4a5f4a
ModelInvariantUuid:ce13904e-114e-46f5-b174-c48209573bf3
ModelName:Vfw2819b08f3ca9.compute.nodes.heat.vpg
ModelUuid:f4fd06ed-86c3-4705-9605-64e1642cc0f4
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-06-02T17:55:22.792Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:55:22.795Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||vFW 2819b08f-3ca9 0
2022-06-02T17:55:22.795Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe
2022-06-02T17:55:22.795Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Trying to download the artifact UUID: c2695845-5504-4a6c-96ce-455e42039bf3 from URL: /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json
2022-06-02T17:55:22.796Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:55:22.796Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json
2022-06-02T17:55:22.987Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:55:22.987Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json c2695845-5504-4a6c-96ce-455e42039bf3 785
2022-06-02T17:55:22.987Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json ASDC sendASDCNotification
2022-06-02T17:55:22.987Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json
2022-06-02T17:55:22.988Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:55:22.988Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:22.990Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:22.990Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192522987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:23.090Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:23.091Z||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-06-02T17:55:23.091Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:23.110Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:23.110Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:23.990Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2819b08f3ca9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83822047-2da2-4bc0-bfcc-67563351a501",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74bd2d01-29a7-4882-9dc2-61479cb8846b",
    "vfModuleModelCustomizationUUID": "f4961a3e-c5d8-4ee9-82da-b2e619cedd60",
    "isBase": true,
    "artifacts": [
      "104e9b92-c9a7-40d9-8ba8-61d3a193f7e7",
      "0e297115-7f01-4b11-a909-f140e77a8a66"
    ],
    "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-06-02T17:55:23.994Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2819b08f3ca9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74bd2d01-29a7-4882-9dc2-61479cb8846b
VfModuleModelInvariantUUID:83822047-2da2-4bc0-bfcc-67563351a501
VfModuleModelDescription:NULL
Artifacts UUID List:{
104e9b92-c9a7-40d9-8ba8-61d3a193f7e7
,
0e297115-7f01-4b11-a909-f140e77a8a66

}
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-06-02T17:55:23.996Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2819b08f3ca9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "83822047-2da2-4bc0-bfcc-67563351a501",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74bd2d01-29a7-4882-9dc2-61479cb8846b",
    "vfModuleModelCustomizationUUID": "f4961a3e-c5d8-4ee9-82da-b2e619cedd60",
    "isBase": true,
    "artifacts": [
      "104e9b92-c9a7-40d9-8ba8-61d3a193f7e7",
      "0e297115-7f01-4b11-a909-f140e77a8a66"
    ],
    "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-06-02T17:55:23.996Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2819b08f3ca9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74bd2d01-29a7-4882-9dc2-61479cb8846b
VfModuleModelInvariantUUID:83822047-2da2-4bc0-bfcc-67563351a501
VfModuleModelDescription:NULL
Artifacts UUID List:{
104e9b92-c9a7-40d9-8ba8-61d3a193f7e7
,
0e297115-7f01-4b11-a909-f140e77a8a66

}
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-06-02T17:55:23.996Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Trying to download the artifact UUID: 104e9b92-c9a7-40d9-8ba8-61d3a193f7e7 from URL: /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml
2022-06-02T17:55:23.997Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:55:23.997Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml
2022-06-02T17:55:24.484Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:55:24.485Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml 104e9b92-c9a7-40d9-8ba8-61d3a193f7e7 20368
2022-06-02T17:55:24.485Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:55:24.486Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml
2022-06-02T17:55:24.486Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:55:24.486Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:24.489Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:24.489Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192524485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:24.589Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:24.590Z||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-06-02T17:55:24.590Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:24.642Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:24.642Z||pool-124-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:25.490Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Trying to download the artifact UUID: 0e297115-7f01-4b11-a909-f140e77a8a66 from URL: /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
2022-06-02T17:55:25.490Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:55:25.491Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
2022-06-02T17:55:25.810Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:55:25.811Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env 0e297115-7f01-4b11-a909-f140e77a8a66 2098
2022-06-02T17:55:25.811Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:55:25.811Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
2022-06-02T17:55:25.811Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:55:25.811Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:25.813Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:25.814Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192525811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:55:25.914Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:25.915Z||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-06-02T17:55:25.915Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:25.946Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:25.946Z||pool-125-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:55:26.814Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Preparing to deploy Service: 5d380071-60af-49d4-800a-12dd64616bdb
2022-06-02T17:55:26.815Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2819b08f-3ca9 0 7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe 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-06-02T17:55:26.831Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ecea1ec, org.onap.sdc.toscaparser.api.parameters.Input@672c44d7, org.onap.sdc.toscaparser.api.parameters.Input@280cecf, org.onap.sdc.toscaparser.api.parameters.Input@232a609f, org.onap.sdc.toscaparser.api.parameters.Input@682074d7]
2022-06-02T17:55:26.833Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.833Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.833Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T17:55:26.833Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||VFCustomizationUUID= 92d718f0-d72e-4baf-accf-f5d1d8e01d3c
2022-06-02T17:55:26.833Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 92d718f0-d72e-4baf-accf-f5d1d8e01d3c matches Tosca VF Customization UUID: 92d718f0-d72e-4baf-accf-f5d1d8e01d3c
2022-06-02T17:55:26.834Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||vfCustomizationUUID: 92d718f0-d72e-4baf-accf-f5d1d8e01d3c  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-06-02T17:55:26.835Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.836Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.836Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||resource request for resource customization id 92d718f0-d72e-4baf-accf-f5d1d8e01d3c: {\"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-06-02T17:55:26.836Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19837918
2022-06-02T17:55:26.836Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.837Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T17:55:26.837Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4961a3e-c5d8-4ee9-82da-b2e619cedd60
2022-06-02T17:55:26.837Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4961a3e-c5d8-4ee9-82da-b2e619cedd60
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-06-02T17:55:26.839Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.839Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:26.840Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:55:26.841Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.842Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:55:26.842Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.842Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6cc64822-6099-4645-8b43-1c30538bfe24
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-06-02T17:55:26.844Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.844Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.844Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:26.845Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.845Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:26.845Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:26.845Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:26.845Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:55:26.846Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.846Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.846Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.846Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:55:26.846Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T17:55:26.847Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T17:55:26.847Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.847Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T17:55:26.847Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.847Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=61cfb65d-31dd-4e35-96eb-d9a83410b155
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-06-02T17:55:26.850Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.850Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.850Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:26.851Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.851Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is not matching search criteria
2022-06-02T17:55:26.851Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T17:55:26.852Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T17:55:26.852Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T17:55:26.852Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.853Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.853Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.854Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T17:55:26.854Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T17:55:26.854Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T17:55:26.855Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T17:55:26.855Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T17:55:26.855Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T17:55:26.856Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0cfc30-e22c-4a70-b674-146aa770f6ff
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-06-02T17:55:26.858Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.859Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.859Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T17:55:26.859Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.860Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Node template vFW 2819b08f-3ca9 0 is matching search criteria
2022-06-02T17:55:26.860Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found topology templates [vFW 2819b08f-3ca9 0] matching following query criteria: sdcType=VF, customizationUUID=92d718f0-d72e-4baf-accf-f5d1d8e01d3c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:55:26.862Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.862Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.863Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500|| resourceSeq for service uuid 5d380071-60af-49d4-800a-12dd64616bdb: vFW 2819b08f-3ca9
2022-06-02T17:55:26.863Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.863Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.863Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.864Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:55:26.865Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Service vFW 2022-06-02 17-52-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:55:26.865Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||Saving Service: vFW 2022-06-02 17-52-28 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:55:27.091Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2819b08f-3ca9 7088f0d6-1e50-42c8-87e0-ba6e99ac1ffe 1 ASDC deployResourceStructure
2022-06-02T17:55:27.092Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json ASDC sendASDCNotification
2022-06-02T17:55:27.092Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json
2022-06-02T17:55:27.092Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:55:27.092Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:27.094Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:27.094Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192527092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:27.195Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:55:27.196Z||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-06-02T17:55:27.196Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:27.219Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:27.219Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:28.095Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T17:55:28.096Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml
2022-06-02T17:55:28.096Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:55:28.096Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:28.098Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:28.098Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192528095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:28.198Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:28.199Z||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-06-02T17:55:28.199Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:28.214Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:28.214Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:29.099Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T17:55:29.099Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env
2022-06-02T17:55:29.100Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:55:29.100Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:29.103Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:29.103Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192529099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:29.203Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:29.204Z||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-06-02T17:55:29.204Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:29.224Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:29.224Z||pool-128-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:30.104Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar ASDC sendASDCNotification
2022-06-02T17:55:30.104Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar
2022-06-02T17:55:30.105Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:55:30.105Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:55:30.107Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:55:30.107Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192530104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:55:30.207Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:55:30.208Z||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-06-02T17:55:30.208Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:55:30.224Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:55:30.225Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:55:31.107Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:55:31.125Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:55:31.128Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:55:31.128Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:55:31.128Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:56:01.128Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:56:01.148Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:56:01.151Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:56:01.151Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T17:56:01.152Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T17:56:09.190Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:56:09.191Z||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-06-02T17:56:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:56:09.843Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:56:09.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192502983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192509187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192519263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192519686,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192513168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192520348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192520944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192521419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "cds",
  "timestamp": 1654192521951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-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-06-02T17:56:09.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:09.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:09.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192522443,
  "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-06-02T17:56:09.893Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:09.894Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:09.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192522987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192523448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192524485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192525811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192519345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192527092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192527451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192528095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192528455,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192522265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192529099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "policy-id",
  "timestamp": 1654192529459,
  "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-06-02T17:56:09.918Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:09.919Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:09.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192530104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vfw2819b08f3ca90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192526411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192534648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192528898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/resourceInstances/vfw2819b08f3ca90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192530962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192538920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192542476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192543481,
  "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-06-02T17:56:09.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:09.966Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:09.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192544353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:56:09.977Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "aai-ml",
  "timestamp": 1654192545356,
  "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-06-02T17:56:09.983Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:09.984Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:09.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192549144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:56:09.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:09.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192552146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175228/1.0/artifacts/service-Vfw20220602175228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:56:09.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:56:09.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:56:10.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "clamp",
  "timestamp": 1654192553149,
  "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-06-02T17:56:10.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c6082fb-bbc8-460b-8689-8a1d8200d0da
2022-06-02T17:56:10.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:56:31.152Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:56:31.171Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:56:31.181Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:56:31.182Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:56:31.182Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:56:31.182Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:56:31.182Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:56:31.183Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?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-06-02T17:56:31.202Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:57:01.203Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da 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-06-02T17:57:01.209Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c6082fb-bbc8-460b-8689-8a1d8200d0da and serviceModelVersionId: 5d380071-60af-49d4-800a-12dd64616bdb
2022-06-02T17:57:01.210Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7059ad9b-0c3c-4ee4-b225-1c8742b03ef4
2022-06-02T17:57:01.211Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0
2022-06-02T17:57:01.218Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:57:01.264Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/206690af-ba8b-4262-bc82-7f948555112c/model-vers/model-ver/2c0afbb6-fff9-4e8e-8eb3-c0b6e9e18929?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:01.267Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Invoke
2022-06-02T17:57:02.805Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:02.806Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Invoke
2022-06-02T17:57:04.345Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:04.346Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Invoke
2022-06-02T17:57:05.375Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:05.377Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:05.378Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:05.378Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:05.383Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:05.383Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c6082fb-bbc8-460b-8689-8a1d8200d0da and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:05.384Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:57:05.384Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:05.387Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:05.387Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192625383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:57:05.487Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:05.488Z||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-06-02T17:57:05.488Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:05.509Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:05.509Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T17:57:06.406Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:57:06.406Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:57:06.407Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:07.048Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:07.049Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||received message from topic
2022-06-02T17:57:07.049Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"c8f19e68-eb22-47d4-aa78-2a4b7c6c2555","serviceName":"Demo_pNF_jiihibPkhrXnl0cPfUqf","serviceVersion":"1.0","serviceUUID":"60e3042a-d5f3-46eb-9c42-6aa962b06fde","serviceDescription":"catalog service description","serviceInvariantUUID":"8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d","resources":[{"resourceInstanceName":"pNF 7a86d4c5-8b5e 0","resourceName":"pNF 7a86d4c5-8b5e","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fdbdbebf-0366-43b5-a4d7-4556712cc50b","resourceInvariantUUID":"4ff2eb8b-eedd-4bf4-9f2a-315fbbd80d58","resourceCustomizationUUID":"fc678217-a941-4bfb-a3c3-7df7456e72e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml","artifactChecksum":"OTYwMDUxOWUwYTcwOTY0MWJhNzZhYTIwOGJjOGRlMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28ec7206-0d35-4f3c-b736-bd11a9c4c4b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"037f6550-ec76-4e47-a9a2-391a0c47c321","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51e5b4fb-65a0-471c-b74d-87062b1d0c89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml","artifactChecksum":"YjFhYjY3NmQ1YTVhZmE4OGIyN2U2MDk5ZDdhNDMyMTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c166635-ea5f-46bd-b5a3-6eb88eab47f7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f854de1-0c98-41fc-982e-09dc8723558a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b856ab60-a412-49a8-aa27-0397a2f2ed54","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml","artifactChecksum":"NjQ5OGQ0OWY5NWQxN2UxMDAxNGE5NThjODAwNjI0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed9b7dec-08cb-42a3-81d1-1f0c3da98766","artifactVersion":"1"},{"artifactName":"service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar","artifactChecksum":"MWViNmJhZmJhODMzNWFhYTk0MTU2OTVhYWUwNDE5NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9e258bb-f13d-49d6-86ce-b070145d90f3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T17:57:07.051Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:07.051Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:07.053Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:07.053Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:07.153Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:07.154Z||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-06-02T17:57:07.154Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:07.177Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:07.178Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:57:08.054Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:08.054Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:08.056Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:08.056Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:08.157Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:08.157Z||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-06-02T17:57:08.157Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:08.176Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:08.176Z||pool-132-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:09.057Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:09.058Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:09.060Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:09.060Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.162Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T17:57:09.163Z||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-06-02T17:57:09.163Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:09.180Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:09.180Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:57:09.190Z||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-06-02T17:57:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:09.827Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:09.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192560962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192579338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192579138,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192580372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192581376,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T17:57:09.860Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.860Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192573168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192581253,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192582257,
  "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-06-02T17:57:09.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.876Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192582099,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "cds",
  "timestamp": 1654192583105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-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-06-02T17:57:09.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192579346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192588444,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192589455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "policy-id",
  "timestamp": 1654192590458,
  "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-06-02T17:57:09.920Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.921Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192586411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192595147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192588898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:09.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192600166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192600425,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "aai-ml",
  "timestamp": 1654192601429,
  "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-06-02T17:57:09.941Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.942Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192602175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:57:09.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "clamp",
  "timestamp": 1654192603180,
  "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-06-02T17:57:09.955Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
2022-06-02T17:57:09.956Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:09.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c6082fb-bbc8-460b-8689-8a1d8200d0da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192625383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:57:09.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:57:09.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:09.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:57:09.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:09.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:57:10.061Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:10.062Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:10.064Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:10.064Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:10.164Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:10.165Z||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-06-02T17:57:10.165Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:10.187Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:10.188Z||pool-134-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:57:11.065Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:11.066Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:11.068Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:11.068Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:11.168Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:11.169Z||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-06-02T17:57:11.169Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:11.182Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:11.182Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:12.068Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:12.069Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:12.071Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:12.072Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:12.172Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:12.173Z||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-06-02T17:57:12.173Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:12.192Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:12.192Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:13.072Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:13.073Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:13.075Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:13.075Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:57:13.175Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:13.176Z||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-06-02T17:57:13.176Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:13.201Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:13.201Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T17:57:14.077Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T17:57:14.077Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:14.080Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:14.081Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:57:14.180Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:57:14.181Z||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-06-02T17:57:14.181Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:14.200Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:14.200Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:15.082Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "serviceName": "Demo_pNF_jiihibPkhrXnl0cPfUqf",
  "serviceVersion": "1.0",
  "serviceUUID": "60e3042a-d5f3-46eb-9c42-6aa962b06fde",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d",
  "resources": [
    {
      "resourceInstanceName": "pNF 7a86d4c5-8b5e 0",
      "resourceCustomizationUUID": "fc678217-a941-4bfb-a3c3-7df7456e72e7",
      "resourceName": "pNF 7a86d4c5-8b5e",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fdbdbebf-0366-43b5-a4d7-4556712cc50b",
      "resourceInvariantUUID": "4ff2eb8b-eedd-4bf4-9f2a-315fbbd80d58",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
      "artifactChecksum": "MWViNmJhZmJhODMzNWFhYTk0MTU2OTVhYWUwNDE5NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9e258bb-f13d-49d6-86ce-b070145d90f3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T17:57:15.082Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T17:57:15.082Z|1c6082fb-bbc8-460b-8689-8a1d8200d0da|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 60e3042a-d5f3-46eb-9c42-6aa962b06fde ASDC
2022-06-02T17:57:15.083Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||ASDC Notification:
DistributionID:c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
ServiceName:Demo_pNF_jiihibPkhrXnl0cPfUqf
ServiceVersion:1.0
ServiceUUID:60e3042a-d5f3-46eb-9c42-6aa962b06fde
ServiceInvariantUUID:8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
ArtifactUUID:d9e258bb-f13d-49d6-86ce-b070145d90f3
ArtifactChecksum:MWViNmJhZmJhODMzNWFhYTk0MTU2OTVhYWUwNDE5NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7a86d4c5-8b5e 0
ResourceCustomizationUUID:fc678217-a941-4bfb-a3c3-7df7456e72e7
ResourceInvariantUUID:4ff2eb8b-eedd-4bf4-9f2a-315fbbd80d58
ResourceName:pNF 7a86d4c5-8b5e
ResourceType:PNF
ResourceUUID:fdbdbebf-0366-43b5-a4d7-4556712cc50b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T17:57:15.083Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 60e3042a-d5f3-46eb-9c42-6aa962b06fde 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-06-02T17:57:15.116Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:57:15.117Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:57:15.117Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:57:15.117Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Trying to download the artifact UUID: d9e258bb-f13d-49d6-86ce-b070145d90f3 from URL: /sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:15.117Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - download
2022-06-02T17:57:15.118Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:15.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T17:57:15.208Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar d9e258bb-f13d-49d6-86ce-b070145d90f3 82635
2022-06-02T17:57:15.209Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar ASDC sendASDCNotification
2022-06-02T17:57:15.209Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:15.209Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T17:57:15.209Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:15.211Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:15.211Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192635208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:57:15.312Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T17:57:15.313Z||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-06-02T17:57:15.313Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:15.326Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:15.327Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:16.212Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T17:57:16.213Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||MSO config path is: /app
2022-06-02T17:57:16.213Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Trying to write artifact UUID: d9e258bb-f13d-49d6-86ce-b070145d90f3, URL: /sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar to file: /app/ASDC/1/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:16.213Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:16.214Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:16.214Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:16.382Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6188121012783553014/Definitions/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml
2022-06-02T17:57:17.197Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||####################################################################################################
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7a86d4c5-8b5e 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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.198Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.199Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.199Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.199Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.199Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.199Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|WARN|500||####################################################################################################
2022-06-02T17:57:17.200Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.200Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.200Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Node template pNF 7a86d4c5-8b5e 0 is matching search criteria
2022-06-02T17:57:17.200Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:57:17.201Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Found topology templates [pNF 7a86d4c5-8b5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:57:17.201Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.201Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.201Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Node template pNF 7a86d4c5-8b5e 0 is matching search criteria
2022-06-02T17:57:17.201Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T17:57:17.202Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Found topology templates [pNF 7a86d4c5-8b5e 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T17:57:17.202Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.202Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.202Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.202Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.203Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.204Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.204Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jiihibPkhrXnl0cPfUqf
Description:catalog service description
Model UUID:60e3042a-d5f3-46eb-9c42-6aa962b06fde
Model Version:NULL
Model InvariantUuid:8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d
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-06-02T17:57:17.218Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: fdbdbebf-0366-43b5-a4d7-4556712cc50b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T17:57:17.221Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||pNF 7a86d4c5-8b5e 0
2022-06-02T17:57:17.221Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: fdbdbebf-0366-43b5-a4d7-4556712cc50b
2022-06-02T17:57:17.221Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||No resources found for Service: 60e3042a-d5f3-46eb-9c42-6aa962b06fde
2022-06-02T17:57:17.221Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Preparing to deploy Service: 60e3042a-d5f3-46eb-9c42-6aa962b06fde
2022-06-02T17:57:17.222Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7a86d4c5-8b5e 0 fdbdbebf-0366-43b5-a4d7-4556712cc50b 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-06-02T17:57:17.231Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bb68dc7, org.onap.sdc.toscaparser.api.parameters.Input@3feb6f93, org.onap.sdc.toscaparser.api.parameters.Input@499e36c7, org.onap.sdc.toscaparser.api.parameters.Input@7a75cd8f, org.onap.sdc.toscaparser.api.parameters.Input@2572bfb3]
2022-06-02T17:57:17.231Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.231Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.232Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500|| resourceSeq for service uuid 60e3042a-d5f3-46eb-9c42-6aa962b06fde: pNF 7a86d4c5-8b5e
2022-06-02T17:57:17.232Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Processing PNF resource: fdbdbebf-0366-43b5-a4d7-4556712cc50b
2022-06-02T17:57:17.232Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T17:57:17.232Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Service Demo_pNF_jiihibPkhrXnl0cPfUqf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T17:57:17.233Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||Resource customization UUID: fc678217-a941-4bfb-a3c3-7df7456e72e7 is the same as notified resource customizationUUID: fc678217-a941-4bfb-a3c3-7df7456e72e7
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-06-02T17:57:17.296Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7a86d4c5-8b5e fdbdbebf-0366-43b5-a4d7-4556712cc50b 0 ASDC deployResourceStructure
2022-06-02T17:57:17.296Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar ASDC sendASDCNotification
2022-06-02T17:57:17.297Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar
2022-06-02T17:57:17.297Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T17:57:17.297Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:17.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:17.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192637296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:57:17.399Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T17:57:17.400Z||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-06-02T17:57:17.400Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:17.424Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:17.424Z||pool-140-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T17:57:18.300Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:57:18.320Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8f19e68-eb22-47d4-aa78-2a4b7c6c2555
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T17:57:18.324Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T17:57:18.324Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T17:57:18.324Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T17:57:18.325Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T17:57:18.325Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T17:57:18.325Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T17:57:18.325Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?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-06-02T17:57:18.334Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T17:57:48.334Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 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-06-02T17:57:48.344Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 and serviceModelVersionId: 60e3042a-d5f3-46eb-9c42-6aa962b06fde
2022-06-02T17:57:48.345Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d
2022-06-02T17:57:48.346Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0
2022-06-02T17:57:48.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7059ad9b-0c3c-4ee4-b225-1c8742b03ef4/model-vers/model-ver/5d380071-60af-49d4-800a-12dd64616bdb?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T17:57:48.383Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Invoke
2022-06-02T17:57:48.384Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a4a6e0b-5eff-4c2a-af32-c613cbff0425], X-ECOMP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-TransactionId=[], X-ONAP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], Content-Type=[application/merge-patch+json]}
2022-06-02T17:57:49.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Invoke
2022-06-02T17:57:49.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1324f56f-3e06-4bc3-9bba-d434279a8d4e], X-ECOMP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-TransactionId=[], X-ONAP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], Content-Type=[application/merge-patch+json]}
2022-06-02T17:57:51.444Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Invoke
2022-06-02T17:57:51.445Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb48a5d7-fc1a-40f4-9ca6-9882ef9eaa84], X-ECOMP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], X-TransactionId=[], X-ONAP-RequestID=[c8f19e68-eb22-47d4-aa78-2a4b7c6c2555], Content-Type=[application/merge-patch+json]}
2022-06-02T17:57:52.479Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:52.480Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T17:57:52.481Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:52.481Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T17:57:52.494Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T17:57:52.495Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8f19e68-eb22-47d4-aa78-2a4b7c6c2555 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T17:57:52.495Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T17:57:52.495Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T17:57:52.498Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T17:57:52.498Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||try to send status {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192672495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:57:52.598Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T17:57:52.598Z||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-06-02T17:57:52.599Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:57:52.619Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:57:52.619Z||pool-141-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-06-02T17:57:53.521Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:57:53.521Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T17:57:53.521Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T17:58:03.094Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:58:09.188Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:58:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:58:09.189Z||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-06-02T17:58:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:58:09.190Z||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-06-02T17:58:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:58:09.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:58:09.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-02T17:58:09.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:58:09.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:58:18.803Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:59:09.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:59:09.188Z||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-06-02T17:59:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:59:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T17:59:09.190Z||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-06-02T17:59:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T17:59:09.718Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T17:59:09.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:59:09.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:59:09.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/resourceInstances/pnf7a86d4c58b5e0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192626406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192635208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192637296,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJiihibpkhrxnl0cpfuqf/1.0/artifacts/service-DemoPnfJiihibpkhrxnl0cpfuqf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c8f19e68-eb22-47d4-aa78-2a4b7c6c2555",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192672495,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T17:59:09.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T17:59:18.787Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:09.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:00:09.188Z||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-06-02T18:00:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:00:09.190Z||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-06-02T18:00:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:09.825Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:09.825Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:09.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f73126f1-ca26-4162-891d-8fe952af5dfe","serviceName":"Demo_pNF_wM9mC39udZRh5t1v7UFx","serviceVersion":"1.0","serviceUUID":"e1e27f31-994c-4309-bf97-db736fbba89b","serviceDescription":"catalog service description","serviceInvariantUUID":"e2c8251d-6211-40ff-acd5-507ad64f3bf6","resources":[{"resourceInstanceName":"pNF f0fa7086-4019 0","resourceName":"pNF f0fa7086-4019","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8b912ccc-cd77-439a-87e6-2d2da4a27748","resourceInvariantUUID":"f3945cdd-3b8a-45c1-ad68-5c17eea530e3","resourceCustomizationUUID":"daf790a3-e9a9-4fd7-8a44-1b7029bb404e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml","artifactChecksum":"OTU4M2JiMTIxYmI0NGFjYWI2Yjk1NmMwMDcwMjJjZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b5f32225-89fd-4390-abc1-846282c4214d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"54e209ff-8243-47d2-a115-00c5ea905a76","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dc1d15b7-2923-49da-8600-4c951cbc3345","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml","artifactChecksum":"OGZkYTU5YTA3ODFkY2VlYTNmZjdjMDM2YTQ2YmUyOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9c19fbe-c1d6-41fd-8fc2-9c15bc11a185","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b34c5bc4-f835-4ff9-9ca8-0f026381b335","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"86effd58-053b-48a0-98bb-6bacfae99a13","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml","artifactChecksum":"YzE0ZmIzZmM4Yjk5NTMxMmQ0MzI0OTcwMDFjNzRkMjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"898ccf57-a961-4e46-a408-6b7880d0be51","artifactVersion":"1"},{"artifactName":"service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar","artifactChecksum":"NzNmYzdmZTk1ZDI5ZDA2OTg1N2NjMjMwOWUxNzRiNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b896cc96-b77e-4eaa-8a14-d305462ee2ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:00:09.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.827Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.827Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.828Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.830Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.830Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.838Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.839Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192753168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192762265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.843Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192759345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.844Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192762983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.845Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.846Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192771965,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192772650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.847Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192772555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.848Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.849Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "cds",
  "timestamp": 1654192772971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-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-06-02T18:00:09.864Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.864Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192773678,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:00:09.871Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192773559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.872Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192766411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.873Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.873Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.873Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192774681,
  "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-06-02T18:00:09.879Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.879Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "policy-id",
  "timestamp": 1654192774562,
  "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-06-02T18:00:09.892Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.892Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192775249,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.900Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192768898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192770962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192779805,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192780610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:00:09.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "aai-ml",
  "timestamp": 1654192781614,
  "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-06-02T18:00:09.908Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.908Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192781794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:00:09.918Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192782798,
  "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-06-02T18:00:09.924Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.924Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.930Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:09.930Z||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-06-02T18:00:09.931Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:09.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192786227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:09.934Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192788235,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:00:09.935Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:00:09.935Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:00:09.935Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "clamp",
  "timestamp": 1654192789240,
  "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-06-02T18:00:09.940Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f73126f1-ca26-4162-891d-8fe952af5dfe
2022-06-02T18:00:09.940Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:09.948Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:09.948Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:00:10.830Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:10.831Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:10.833Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:10.833Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:10.933Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:10.934Z||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-06-02T18:00:10.934Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:10.953Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:10.954Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:00:11.834Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:11.834Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:11.836Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:11.837Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:11.937Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:11.938Z||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-06-02T18:00:11.938Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:11.959Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:11.960Z||pool-144-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:00:12.838Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:12.839Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:12.841Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:12.841Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:12.941Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:12.942Z||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-06-02T18:00:12.942Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:12.955Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:12.956Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:13.841Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:13.842Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:13.845Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:13.845Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:13.945Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:13.946Z||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-06-02T18:00:13.946Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:13.964Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:13.965Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:14.845Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:14.846Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:14.848Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:14.848Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:14.949Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:14.950Z||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-06-02T18:00:14.950Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:14.965Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:14.966Z||pool-147-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:15.849Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:15.850Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:15.851Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:15.851Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:00:15.952Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:15.953Z||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-06-02T18:00:15.953Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:15.969Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:15.969Z||pool-148-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:16.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:00:16.853Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:16.854Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:16.854Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:00:16.955Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:00:16.955Z||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-06-02T18:00:16.956Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:16.977Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:16.978Z||pool-149-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:17.855Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "serviceName": "Demo_pNF_wM9mC39udZRh5t1v7UFx",
  "serviceVersion": "1.0",
  "serviceUUID": "e1e27f31-994c-4309-bf97-db736fbba89b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e2c8251d-6211-40ff-acd5-507ad64f3bf6",
  "resources": [
    {
      "resourceInstanceName": "pNF f0fa7086-4019 0",
      "resourceCustomizationUUID": "daf790a3-e9a9-4fd7-8a44-1b7029bb404e",
      "resourceName": "pNF f0fa7086-4019",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8b912ccc-cd77-439a-87e6-2d2da4a27748",
      "resourceInvariantUUID": "f3945cdd-3b8a-45c1-ad68-5c17eea530e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
      "artifactChecksum": "NzNmYzdmZTk1ZDI5ZDA2OTg1N2NjMjMwOWUxNzRiNDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b896cc96-b77e-4eaa-8a14-d305462ee2ab"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:00:17.856Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:00:17.856Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e1e27f31-994c-4309-bf97-db736fbba89b ASDC
2022-06-02T18:00:17.857Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f73126f1-ca26-4162-891d-8fe952af5dfe
ServiceName:Demo_pNF_wM9mC39udZRh5t1v7UFx
ServiceVersion:1.0
ServiceUUID:e1e27f31-994c-4309-bf97-db736fbba89b
ServiceInvariantUUID:e2c8251d-6211-40ff-acd5-507ad64f3bf6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
ArtifactUUID:b896cc96-b77e-4eaa-8a14-d305462ee2ab
ArtifactChecksum:NzNmYzdmZTk1ZDI5ZDA2OTg1N2NjMjMwOWUxNzRiNDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f0fa7086-4019 0
ResourceCustomizationUUID:daf790a3-e9a9-4fd7-8a44-1b7029bb404e
ResourceInvariantUUID:f3945cdd-3b8a-45c1-ad68-5c17eea530e3
ResourceName:pNF f0fa7086-4019
ResourceType:PNF
ResourceUUID:8b912ccc-cd77-439a-87e6-2d2da4a27748
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:00:17.857Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1e27f31-994c-4309-bf97-db736fbba89b 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-06-02T18:00:17.886Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:00:17.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-02T18:00:17.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-02T18:00:17.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b896cc96-b77e-4eaa-8a14-d305462ee2ab from URL: /sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:17.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-06-02T18:00:17.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:17.994Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-06-02T18:00:17.999Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar b896cc96-b77e-4eaa-8a14-d305462ee2ab 82640
2022-06-02T18:00:17.999Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar ASDC sendASDCNotification
2022-06-02T18:00:17.999Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:17.999Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:00:17.999Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:18.002Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:18.002Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192817999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:00:18.102Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:00:18.102Z||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-06-02T18:00:18.102Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:18.117Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:18.118Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:19.003Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:00:19.004Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-06-02T18:00:19.004Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b896cc96-b77e-4eaa-8a14-d305462ee2ab, URL: /sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar to file: /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.005Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.005Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.006Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.147Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17106093203479811354/Definitions/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml
2022-06-02T18:00:19.886Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:00:19.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-02T18:00:19.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:00:19.887Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|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-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|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-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f0fa7086-4019 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-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|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-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-06-02T18:00:19.888Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF f0fa7086-4019 0 is matching search criteria
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f0fa7086-4019 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.889Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Node template pNF f0fa7086-4019 0 is matching search criteria
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f0fa7086-4019 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.890Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.891Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.892Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_wM9mC39udZRh5t1v7UFx
Description:catalog service description
Model UUID:e1e27f31-994c-4309-bf97-db736fbba89b
Model Version:NULL
Model InvariantUuid:e2c8251d-6211-40ff-acd5-507ad64f3bf6
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-06-02T18:00:19.899Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8b912ccc-cd77-439a-87e6-2d2da4a27748
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:00:19.902Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||pNF f0fa7086-4019 0
2022-06-02T18:00:19.902Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8b912ccc-cd77-439a-87e6-2d2da4a27748
2022-06-02T18:00:19.902Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||No resources found for Service: e1e27f31-994c-4309-bf97-db736fbba89b
2022-06-02T18:00:19.902Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e1e27f31-994c-4309-bf97-db736fbba89b
2022-06-02T18:00:19.903Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f0fa7086-4019 0 8b912ccc-cd77-439a-87e6-2d2da4a27748 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-06-02T18:00:19.907Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45870da7, org.onap.sdc.toscaparser.api.parameters.Input@6bd7abc3, org.onap.sdc.toscaparser.api.parameters.Input@4b83e2ae, org.onap.sdc.toscaparser.api.parameters.Input@476dfca5, org.onap.sdc.toscaparser.api.parameters.Input@3afa3bda]
2022-06-02T18:00:19.907Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.907Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.907Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e1e27f31-994c-4309-bf97-db736fbba89b: pNF f0fa7086-4019
2022-06-02T18:00:19.907Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Processing PNF resource: 8b912ccc-cd77-439a-87e6-2d2da4a27748
2022-06-02T18:00:19.908Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:00:19.908Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_wM9mC39udZRh5t1v7UFx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:00:19.908Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||Resource customization UUID: daf790a3-e9a9-4fd7-8a44-1b7029bb404e is the same as notified resource customizationUUID: daf790a3-e9a9-4fd7-8a44-1b7029bb404e
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-06-02T18:00:19.938Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f0fa7086-4019 8b912ccc-cd77-439a-87e6-2d2da4a27748 0 ASDC deployResourceStructure
2022-06-02T18:00:19.938Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar ASDC sendASDCNotification
2022-06-02T18:00:19.938Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar
2022-06-02T18:00:19.938Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:00:19.939Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:19.941Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:19.941Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192819938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:00:20.041Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:20.042Z||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-06-02T18:00:20.042Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:20.056Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:20.056Z||pool-151-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:00:20.942Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f73126f1-ca26-4162-891d-8fe952af5dfe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:00:20.958Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f73126f1-ca26-4162-891d-8fe952af5dfe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:00:20.960Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:00:20.961Z|f73126f1-ca26-4162-891d-8fe952af5dfe|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-06-02T18:00:20.967Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:00:50.968Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f73126f1-ca26-4162-891d-8fe952af5dfe 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-06-02T18:00:50.973Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f73126f1-ca26-4162-891d-8fe952af5dfe and serviceModelVersionId: e1e27f31-994c-4309-bf97-db736fbba89b
2022-06-02T18:00:50.973Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e2c8251d-6211-40ff-acd5-507ad64f3bf6
2022-06-02T18:00:50.974Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0
2022-06-02T18:00:50.978Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:00:51.011Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:51.012Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Invoke
2022-06-02T18:00:52.532Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:52.533Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Invoke
2022-06-02T18:00:54.068Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:54.069Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Invoke
2022-06-02T18:00:55.107Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:00:55.108Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:55.108Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:00:55.108Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:55.116Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:00:55.116Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f73126f1-ca26-4162-891d-8fe952af5dfe and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:00:55.116Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:00:55.116Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:00:55.118Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:00:55.118Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192855116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:00:55.218Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:00:55.219Z||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-06-02T18:00:55.219Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:00:55.246Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:00:55.247Z||pool-152-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-06-02T18:01:09.187Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:01:09.188Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:01:09.188Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:01:09.190Z||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-06-02T18:01:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:09.325Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:09.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:01:09.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:01:09.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:01:09.829Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:09.831Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||received message from topic
2022-06-02T18:01:09.831Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"54fce06b-0d95-4b71-a36e-f6d3b036b283","serviceName":"vFW 2022-06-02 17-58-11","serviceVersion":"1.0","serviceUUID":"978999ac-5dbe-461b-91c8-f4fcfad1311b","serviceDescription":"catalog service description","serviceInvariantUUID":"457cefac-679e-4687-add8-3ab048f86070","resources":[{"resourceInstanceName":"vFW 8cc9a060-9928 0","resourceName":"vFW 8cc9a060-9928","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acb96fc-7294-43bc-b9ea-6d27aa2a5226","resourceInvariantUUID":"f9615040-a440-4183-85d5-2cf1d5eca2c5","resourceCustomizationUUID":"b871cf6d-a482-449e-b17e-864f977f855f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml","artifactChecksum":"YzUyMzIxOTJmOTlmOTE0NDAzOWY1ZTUzYTUzNTczMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bdaa284c-ab42-4908-b9bd-22e94eb1ea0e","artifactVersion":"1"},{"artifactName":"vfw8cc9a06099280_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json","artifactChecksum":"NDc1MjE1ZDQxMGExNTYyMmE5MDI5ZDkzMGE4NmUyNWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02658dc2-01f7-4498-a44c-b5118df0f303","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4cc7ca5c-2f64-4bef-ac74-8fcbb485d698","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml","artifactChecksum":"YTc2NDg1NTFiNmRmMDAxOWFlZTY0ZDhkZTU3MDk2ZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4c5dc7e5-0714-498e-8930-1c5a39bfd7ad","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b83ca049-7557-4c19-b016-32077e22a57b","artifactVersion":"2","generatedFromUUID":"4cc7ca5c-2f64-4bef-ac74-8fcbb485d698"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602175811-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml","artifactChecksum":"MzFkZWY4YTJmZDE2ZGIzOTc0NWEwNjEwZmNiNjg3Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02f0fe6a-1f2c-4cb3-a7ef-7ebcdb7f7d55","artifactVersion":"1"},{"artifactName":"service-Vfw20220602175811-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar","artifactChecksum":"MjdiMjkyZWFjZTBiMjgxNTE1YzY3MjJjMzI0ZjVmYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab743f12-523a-49c6-8c3f-d579901ed97c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:01:09.833Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:09.833Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:09.835Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:09.835Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:01:09.935Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:09.936Z||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-06-02T18:01:09.936Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:09.959Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:09.960Z||pool-153-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:10.836Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:10.837Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:10.840Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:10.840Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:01:10.940Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:10.941Z||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-06-02T18:01:10.941Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:10.971Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:10.972Z||pool-154-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:11.840Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:11.842Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:11.844Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:11.844Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:01:11.944Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:11.945Z||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-06-02T18:01:11.945Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:11.966Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:11.967Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:12.845Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:12.846Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:12.848Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:12.848Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:01:12.948Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:12.949Z||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-06-02T18:01:12.949Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:12.966Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:12.966Z||pool-156-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:13.849Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:13.850Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:13.852Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:13.853Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:01:13.952Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:01:13.953Z||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-06-02T18:01:13.953Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:13.966Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:13.966Z||pool-157-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:14.853Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:14.854Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:14.856Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:14.856Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:01:14.956Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:14.957Z||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-06-02T18:01:14.957Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:14.971Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:14.971Z||pool-158-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:15.857Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:01:15.858Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:15.860Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:15.860Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:01:15.960Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:15.961Z||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-06-02T18:01:15.961Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:15.987Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:15.987Z||pool-159-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:16.862Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "serviceName": "vFW 2022-06-02 17-58-11",
  "serviceVersion": "1.0",
  "serviceUUID": "978999ac-5dbe-461b-91c8-f4fcfad1311b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "457cefac-679e-4687-add8-3ab048f86070",
  "resources": [
    {
      "resourceInstanceName": "vFW 8cc9a060-9928 0",
      "resourceCustomizationUUID": "b871cf6d-a482-449e-b17e-864f977f855f",
      "resourceName": "vFW 8cc9a060-9928",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acb96fc-7294-43bc-b9ea-6d27aa2a5226",
      "resourceInvariantUUID": "f9615040-a440-4183-85d5-2cf1d5eca2c5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8cc9a06099280_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
          "artifactChecksum": "NDc1MjE1ZDQxMGExNTYyMmE5MDI5ZDkzMGE4NmUyNWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02658dc2-01f7-4498-a44c-b5118df0f303",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4cc7ca5c-2f64-4bef-ac74-8fcbb485d698",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b83ca049-7557-4c19-b016-32077e22a57b",
            "generatedFromUUID": "4cc7ca5c-2f64-4bef-ac74-8fcbb485d698"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b83ca049-7557-4c19-b016-32077e22a57b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602175811-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
      "artifactChecksum": "MjdiMjkyZWFjZTBiMjgxNTE1YzY3MjJjMzI0ZjVmYjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab743f12-523a-49c6-8c3f-d579901ed97c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:01:16.862Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:01:16.862Z|f73126f1-ca26-4162-891d-8fe952af5dfe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 978999ac-5dbe-461b-91c8-f4fcfad1311b ASDC
2022-06-02T18:01:16.863Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:54fce06b-0d95-4b71-a36e-f6d3b036b283
ServiceName:vFW 2022-06-02 17-58-11
ServiceVersion:1.0
ServiceUUID:978999ac-5dbe-461b-91c8-f4fcfad1311b
ServiceInvariantUUID:457cefac-679e-4687-add8-3ab048f86070
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602175811-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar
ArtifactUUID:ab743f12-523a-49c6-8c3f-d579901ed97c
ArtifactChecksum:MjdiMjkyZWFjZTBiMjgxNTE1YzY3MjJjMzI0ZjVmYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8cc9a060-9928 0
ResourceCustomizationUUID:b871cf6d-a482-449e-b17e-864f977f855f
ResourceInvariantUUID:f9615040-a440-4183-85d5-2cf1d5eca2c5
ResourceName:vFW 8cc9a060-9928
ResourceType:VF
ResourceUUID:6acb96fc-7294-43bc-b9ea-6d27aa2a5226
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8cc9a06099280_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json
ArtifactUUID:02658dc2-01f7-4498-a44c-b5118df0f303
ArtifactChecksum:NDc1MjE1ZDQxMGExNTYyMmE5MDI5ZDkzMGE4NmUyNWM=
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/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml
ArtifactUUID:4cc7ca5c-2f64-4bef-ac74-8fcbb485d698
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/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
ArtifactUUID:b83ca049-7557-4c19-b016-32077e22a57b
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/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
ArtifactUUID:b83ca049-7557-4c19-b016-32077e22a57b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T18:01:16.863Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 978999ac-5dbe-461b-91c8-f4fcfad1311b 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-06-02T18:01:16.925Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:01:16.926Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:01:16.927Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:01:16.927Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Trying to download the artifact UUID: ab743f12-523a-49c6-8c3f-d579901ed97c from URL: /sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:16.927Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:01:16.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:17.095Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:01:17.101Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar ab743f12-523a-49c6-8c3f-d579901ed97c 99017
2022-06-02T18:01:17.102Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar ASDC sendASDCNotification
2022-06-02T18:01:17.102Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:17.102Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:01:17.102Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:17.105Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:17.105Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192877102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:01:17.205Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:17.206Z||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-06-02T18:01:17.206Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:17.230Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:17.231Z||pool-160-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:18.106Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:01:18.107Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:01:18.107Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Trying to write artifact UUID: ab743f12-523a-49c6-8c3f-d579901ed97c, URL: /sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar to file: /app/ASDC/1/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:18.107Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602175811-csar.csar
2022-06-02T18:01:18.108Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:18.108Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:18.250Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9010626088818133147/Definitions/service-Vfw20220602175811-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-06-02T18:01:20.214Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||####################################################################################################
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.215Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8cc9a060-9928 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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-Vfw20220602175811-csar.csar
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|WARN|500||####################################################################################################
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.216Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:20.217Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:20.218Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.219Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:01:20.220Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:20.221Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:20.222Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.223Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1e77e03-c626-4850-8d25-fee85e8ff7f6
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:01:20.224Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca8714c5-549a-43de-b98f-e8b3684cd08c
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.225Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:20.226Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=62344d99-2812-4a36-b293-90281702b4b7
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.227Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.228Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.228Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.228Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:20.228Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:20.228Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 17-58-11
Description:catalog service description
Model UUID:978999ac-5dbe-461b-91c8-f4fcfad1311b
Model Version:NULL
Model InvariantUuid:457cefac-679e-4687-add8-3ab048f86070
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8cc9a060-9928
Model UUID:dfcbc75a-4323-4fcb-8059-4e9ba7d7f902
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9615040-a440-4183-85d5-2cf1d5eca2c5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b871cf6d-a482-449e-b17e-864f977f855f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a545aab4-24f5-41ba-bc58-606022043d3e
ModelName:Vfw8cc9a0609928..base_vfw..module-0
ModelUuid:c94bf3b8-f915-4fa2-858d-272d61909657
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c1e77e03-c626-4850-8d25-fee85e8ff7f6
ModelInvariantUuid:c2e9e613-ae4e-4c5f-8da5-484859f12c01
ModelName:vFW 8cc9a060-9928-nodes.vfwCvfc
ModelUuid:1579acff-e0fc-423e-84c4-088923b2f24b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c2901a46-dc6b-494f-911a-5d9d9c49f9cb
ModelInvariantUuid:f6b9553a-2944-4f4d-9873-234541bc4e66
ModelName:Vfw8cc9a0609928.compute.nodes.heat.vfw
ModelUuid:bb490fc5-d2b9-44a9-b9d4-30d7b493f276
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ca8714c5-549a-43de-b98f-e8b3684cd08c
ModelInvariantUuid:063b84bb-ef83-4867-8a0c-235e6cf9e3f1
ModelName:vFW 8cc9a060-9928-nodes.vsnCvfc
ModelUuid:c6d21c28-bbdf-4d46-ae2d-52aab7a33e34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6a401c9c-495a-4485-92f6-3c693e2ad437
ModelInvariantUuid:d6d41b30-7473-4627-bb97-444b3b55b4c4
ModelName:Vfw8cc9a0609928.compute.nodes.heat.vsn
ModelUuid:77de3413-0f80-47b1-b36f-aea2db45b078
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:62344d99-2812-4a36-b293-90281702b4b7
ModelInvariantUuid:2740041b-3f23-4900-a500-fc025ebb23e6
ModelName:vFW 8cc9a060-9928-nodes.vpgCvfc
ModelUuid:67bcbf47-f457-475f-92f1-1b77b4d1f712
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0ab84cec-9f6d-42af-8816-9c9f6c66a9e2
ModelInvariantUuid:c9451d04-26c2-4d5c-87e2-6ae99207ba7e
ModelName:Vfw8cc9a0609928.compute.nodes.heat.vpg
ModelUuid:1b3c9c7b-292b-4f8c-950a-b8e75bc95c96
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-06-02T18:01:20.245Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 6acb96fc-7294-43bc-b9ea-6d27aa2a5226
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:01:20.247Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||vFW 8cc9a060-9928 0
2022-06-02T18:01:20.248Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 6acb96fc-7294-43bc-b9ea-6d27aa2a5226
2022-06-02T18:01:20.248Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Trying to download the artifact UUID: 02658dc2-01f7-4498-a44c-b5118df0f303 from URL: /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json
2022-06-02T18:01:20.248Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:01:20.248Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json
2022-06-02T18:01:20.387Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:01:20.388Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json 02658dc2-01f7-4498-a44c-b5118df0f303 785
2022-06-02T18:01:20.388Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json ASDC sendASDCNotification
2022-06-02T18:01:20.389Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json
2022-06-02T18:01:20.389Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:01:20.389Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:20.391Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:20.392Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192880388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:01:20.492Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:20.493Z||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-06-02T18:01:20.493Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:20.529Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:20.530Z||pool-161-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:21.392Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8cc9a0609928..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a545aab4-24f5-41ba-bc58-606022043d3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c94bf3b8-f915-4fa2-858d-272d61909657",
    "vfModuleModelCustomizationUUID": "56c508cf-3b77-4fdd-807e-ee7d16887be8",
    "isBase": true,
    "artifacts": [
      "4cc7ca5c-2f64-4bef-ac74-8fcbb485d698",
      "b83ca049-7557-4c19-b016-32077e22a57b"
    ],
    "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-06-02T18:01:21.397Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8cc9a0609928..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c94bf3b8-f915-4fa2-858d-272d61909657
VfModuleModelInvariantUUID:a545aab4-24f5-41ba-bc58-606022043d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cc7ca5c-2f64-4bef-ac74-8fcbb485d698
,
b83ca049-7557-4c19-b016-32077e22a57b

}
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-06-02T18:01:21.400Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8cc9a0609928..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a545aab4-24f5-41ba-bc58-606022043d3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c94bf3b8-f915-4fa2-858d-272d61909657",
    "vfModuleModelCustomizationUUID": "56c508cf-3b77-4fdd-807e-ee7d16887be8",
    "isBase": true,
    "artifacts": [
      "4cc7ca5c-2f64-4bef-ac74-8fcbb485d698",
      "b83ca049-7557-4c19-b016-32077e22a57b"
    ],
    "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-06-02T18:01:21.400Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8cc9a0609928..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c94bf3b8-f915-4fa2-858d-272d61909657
VfModuleModelInvariantUUID:a545aab4-24f5-41ba-bc58-606022043d3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cc7ca5c-2f64-4bef-ac74-8fcbb485d698
,
b83ca049-7557-4c19-b016-32077e22a57b

}
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-06-02T18:01:21.400Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Trying to download the artifact UUID: 4cc7ca5c-2f64-4bef-ac74-8fcbb485d698 from URL: /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml
2022-06-02T18:01:21.400Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:01:21.400Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml
2022-06-02T18:01:21.463Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:01:21.464Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml 4cc7ca5c-2f64-4bef-ac74-8fcbb485d698 20368
2022-06-02T18:01:21.464Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:01:21.464Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml
2022-06-02T18:01:21.465Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:01:21.465Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:21.468Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:21.468Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192881464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:01:21.568Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:01:21.568Z||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-06-02T18:01:21.568Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:21.584Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:21.585Z||pool-162-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:22.469Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Trying to download the artifact UUID: b83ca049-7557-4c19-b016-32077e22a57b from URL: /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
2022-06-02T18:01:22.469Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:01:22.469Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
2022-06-02T18:01:22.587Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:01:22.588Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env b83ca049-7557-4c19-b016-32077e22a57b 2098
2022-06-02T18:01:22.588Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:01:22.588Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
2022-06-02T18:01:22.588Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:01:22.589Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:22.591Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:22.591Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192882588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:01:22.692Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T18:01:22.693Z||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-06-02T18:01:22.693Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:22.732Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:22.733Z||pool-163-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:23.591Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Preparing to deploy Service: 978999ac-5dbe-461b-91c8-f4fcfad1311b
2022-06-02T18:01:23.592Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8cc9a060-9928 0 6acb96fc-7294-43bc-b9ea-6d27aa2a5226 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-06-02T18:01:23.609Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@408f04cd, org.onap.sdc.toscaparser.api.parameters.Input@24aaccb1, org.onap.sdc.toscaparser.api.parameters.Input@2d6fb4f4, org.onap.sdc.toscaparser.api.parameters.Input@69c0dbac, org.onap.sdc.toscaparser.api.parameters.Input@51d10335]
2022-06-02T18:01:23.610Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.610Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.611Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T18:01:23.611Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||VFCustomizationUUID= b871cf6d-a482-449e-b17e-864f977f855f
2022-06-02T18:01:23.611Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b871cf6d-a482-449e-b17e-864f977f855f matches Tosca VF Customization UUID: b871cf6d-a482-449e-b17e-864f977f855f
2022-06-02T18:01:23.611Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||vfCustomizationUUID: b871cf6d-a482-449e-b17e-864f977f855f  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-06-02T18:01:23.616Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.616Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.617Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||resource request for resource customization id b871cf6d-a482-449e-b17e-864f977f855f: {\"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-06-02T18:01:23.617Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c86e20e
2022-06-02T18:01:23.617Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.617Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:01:23.618Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56c508cf-3b77-4fdd-807e-ee7d16887be8
2022-06-02T18:01:23.618Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56c508cf-3b77-4fdd-807e-ee7d16887be8
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-06-02T18:01:23.620Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.620Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.621Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:23.621Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.621Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.622Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:23.622Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.622Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:23.622Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:23.623Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:01:23.623Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:23.623Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:01:23.624Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:01:23.624Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.624Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.625Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:01:23.625Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.625Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:01:23.625Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.626Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c1e77e03-c626-4850-8d25-fee85e8ff7f6
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-06-02T18:01:23.628Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.629Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.629Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:23.629Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.629Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:23.630Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:23.630Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:01:23.630Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.631Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.631Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:01:23.631Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.631Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:23.632Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:01:23.632Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:01:23.632Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.632Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:01:23.633Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.633Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ca8714c5-549a-43de-b98f-e8b3684cd08c
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-06-02T18:01:23.636Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.636Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.636Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:23.636Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.637Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is not matching search criteria
2022-06-02T18:01:23.637Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:01:23.637Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:01:23.637Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.638Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.638Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:01:23.638Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.639Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:01:23.639Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:01:23.639Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:01:23.639Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:01:23.639Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:01:23.640Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:01:23.640Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=62344d99-2812-4a36-b293-90281702b4b7
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-06-02T18:01:23.643Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.643Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.643Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:01:23.644Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.644Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Node template vFW 8cc9a060-9928 0 is matching search criteria
2022-06-02T18:01:23.644Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found topology templates [vFW 8cc9a060-9928 0] matching following query criteria: sdcType=VF, customizationUUID=b871cf6d-a482-449e-b17e-864f977f855f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:01:23.646Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.646Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.647Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500|| resourceSeq for service uuid 978999ac-5dbe-461b-91c8-f4fcfad1311b: vFW 8cc9a060-9928
2022-06-02T18:01:23.647Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.647Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.648Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.648Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.648Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.648Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.649Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.649Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.649Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:01:23.649Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Service vFW 2022-06-02 17-58-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:01:23.650Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||Saving Service: vFW 2022-06-02 17-58-11 
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-06-02T18:01:23.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8cc9a060-9928 6acb96fc-7294-43bc-b9ea-6d27aa2a5226 1 ASDC deployResourceStructure
2022-06-02T18:01:23.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json ASDC sendASDCNotification
2022-06-02T18:01:23.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json
2022-06-02T18:01:23.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:01:23.857Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:23.859Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:23.859Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192883856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:01:23.959Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:23.960Z||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-06-02T18:01:23.960Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:23.978Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:23.978Z||pool-164-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:24.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:01:24.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml
2022-06-02T18:01:24.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:01:24.861Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:24.862Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:24.862Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192884860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:01:24.963Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:24.963Z||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-06-02T18:01:24.963Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:24.985Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:24.985Z||pool-165-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:25.864Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:01:25.864Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env
2022-06-02T18:01:25.864Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:01:25.865Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:25.867Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:25.867Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192885864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:01:25.967Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:25.968Z||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-06-02T18:01:25.968Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:25.997Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:25.998Z||pool-166-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:01:26.868Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar ASDC sendASDCNotification
2022-06-02T18:01:26.869Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar
2022-06-02T18:01:26.869Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:01:26.869Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:01:26.871Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:01:26.871Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192886868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:01:26.971Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:01:26.972Z||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-06-02T18:01:26.972Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:01:27.016Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:01:27.017Z||pool-167-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:01:27.872Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:01:27.891Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:01:27.893Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:01:27.893Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:01:27.893Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:01:57.894Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:01:57.911Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:01:57.913Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:01:57.913Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:01:57.913Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:02:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:02:09.190Z||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-06-02T18:02:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:02:09.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:02:09.225Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.226Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.227Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/resourceInstances/pnff0fa708640190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192809187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192817999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192819938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWm9mc39udzrh5t1v7ufx/1.0/artifacts/service-DemoPnfWm9mc39udzrh5t1v7ufx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:02:09.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192813169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192819345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192825886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "cds",
  "timestamp": 1654192826896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-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-06-02T18:02:09.250Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.250Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192827555,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192828560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:02:09.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654192822265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "policy-id",
  "timestamp": 1654192829562,
  "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-06-02T18:02:09.269Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192822983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192831294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192826411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192833059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192834535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192834493,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192828898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192835520,
  "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-06-02T18:02:09.296Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.296Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:02:09.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654192836524,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192830962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192839313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192843132,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192843262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192844033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654192844136,
  "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-06-02T18:02:09.324Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.324Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "aai-ml",
  "timestamp": 1654192845037,
  "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-06-02T18:02:09.338Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.338Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192845264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:02:09.350Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:09.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "clamp",
  "timestamp": 1654192846268,
  "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-06-02T18:02:09.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54fce06b-0d95-4b71-a36e-f6d3b036b283
2022-06-02T18:02:09.362Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:09.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:02:09.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f73126f1-ca26-4162-891d-8fe952af5dfe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192855116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:02:09.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:02:27.914Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:02:27.926Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:02:27.928Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?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-06-02T18:02:27.933Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:02:57.933Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283 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-06-02T18:02:57.950Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54fce06b-0d95-4b71-a36e-f6d3b036b283 and serviceModelVersionId: 978999ac-5dbe-461b-91c8-f4fcfad1311b
2022-06-02T18:02:57.951Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 457cefac-679e-4687-add8-3ab048f86070
2022-06-02T18:02:57.951Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0
2022-06-02T18:02:57.954Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e2c8251d-6211-40ff-acd5-507ad64f3bf6/model-vers/model-ver/e1e27f31-994c-4309-bf97-db736fbba89b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:02:57.990Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Invoke
2022-06-02T18:02:57.990Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2cd7f308-f87e-4f0d-8614-7332ee900c7f], X-ECOMP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-TransactionId=[], X-ONAP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], Content-Type=[application/merge-patch+json]}
2022-06-02T18:02:59.540Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Invoke
2022-06-02T18:02:59.540Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7bcfeae8-0b5f-4595-b2ad-651ed9cffc60], X-ECOMP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-TransactionId=[], X-ONAP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], Content-Type=[application/merge-patch+json]}
2022-06-02T18:03:01.076Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Invoke
2022-06-02T18:03:01.077Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d0597af-56a9-4359-923a-42cf45f074ed], X-ECOMP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], X-TransactionId=[], X-ONAP-RequestID=[54fce06b-0d95-4b71-a36e-f6d3b036b283], Content-Type=[application/merge-patch+json]}
2022-06-02T18:03:02.114Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:03:02.115Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-06-02T18:03:02.116Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:03:02.117Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-06-02T18:03:02.169Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-06-02T18:03:02.170Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54fce06b-0d95-4b71-a36e-f6d3b036b283 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:03:02.170Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:03:02.171Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:03:02.174Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:03:02.174Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192982170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:03:02.274Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:03:02.275Z||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-06-02T18:03:02.275Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:03:02.344Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:03:02.345Z||pool-168-thread-1|||||INFO|500||cambria reply ok (71 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-06-02T18:03:03.199Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:03:03.200Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:03:03.200Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:03:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:03:09.190Z||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-06-02T18:03:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:03:09.236Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:03:09.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192869187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192877102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192880388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192881464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192882588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192883856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/vfw8cc9a06099280_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192884860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192885864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/resourceInstances/vfw8cc9a06099280/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192886868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602175811/1.0/artifacts/service-Vfw20220602175811-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:03:09.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:03:12.805Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:03:12.806Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:03:12.807Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:03:12.807Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:03:22.360Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:04:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:04:09.189Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:04:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:04:09.189Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:04:09.189Z||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-06-02T18:04:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:04:09.723Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:04:09.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:04:09.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "54fce06b-0d95-4b71-a36e-f6d3b036b283",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654192982170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:04:09.724Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:04:18.780Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:05:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:05:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:05:09.191Z||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-06-02T18:05:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:05:09.191Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:05:09.191Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:05:18.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:05:18.926Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:06:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:06:09.189Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:06:09.189Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:06:09.190Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:06:09.190Z||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-06-02T18:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:06:18.799Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:06:18.811Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:07:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:07:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:07:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:07:09.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:07:09.191Z||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-06-02T18:07:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:07:18.825Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:07:18.855Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:09.187Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:08:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:08:09.188Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:08:09.189Z||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-06-02T18:08:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:09.838Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:09.840Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.840Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.842Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.843Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.844Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:09.844Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.845Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||received message from topic
2022-06-02T18:08:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.845Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"abedb6eb-cb96-434a-8d40-bb8b7a9ef599","serviceName":"vFW 2022-06-02 18-05-00","serviceVersion":"1.0","serviceUUID":"a648d0ff-d271-400a-8339-5e9e6d4b3021","serviceDescription":"catalog service description","serviceInvariantUUID":"1ce1f48e-4590-4155-9fc5-01f81d796152","resources":[{"resourceInstanceName":"vFW 30e8070f-ae98 0","resourceName":"vFW 30e8070f-ae98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2","resourceInvariantUUID":"ffd7b19f-f5f4-4e7b-9dd6-eb47b4d69c19","resourceCustomizationUUID":"af0a8e68-27f3-4ca3-be5b-6ab00677d0c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml","artifactChecksum":"MDQzYjYwY2IxZTA3Y2JhN2M5ZjhhZTk1YjAxZGIxOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05b8977b-74b3-4c2c-a888-2db891d14452","artifactVersion":"1"},{"artifactName":"vfw30e8070fae980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json","artifactChecksum":"NzE0ODJiNzM0ZDcyYzM1MjA1YmUyMThmNDA4ZjM2NDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc08efc4-c834-4b98-b7ff-94d6c804f1b3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9e66a76-4c9c-44cf-a276-7c92cd89d6e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml","artifactChecksum":"NDIyZjk4NTdhOTA5MDA5NGI0ZWU3NmMxNDAwMTYzZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"93bc57ba-4a82-4b96-a60f-74323a5e1fd0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69469c77-a490-4634-8ed3-7f2deaf75b9b","artifactVersion":"2","generatedFromUUID":"a9e66a76-4c9c-44cf-a276-7c92cd89d6e1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602180500-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml","artifactChecksum":"ZTUzMDk3MWVlZjZlNzIzODJlOWM5ODhjNzk5OGM5MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad7efe72-5fec-4905-aa54-ebaa8c88b869","artifactVersion":"1"},{"artifactName":"service-Vfw20220602180500-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar","artifactChecksum":"MWMyYmUwYjI4ZTg3NDllNjM5NDgzYmE5MDU0ZmNjZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91bfb779-b557-4076-8d3f-e63bbfc4465d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:08:09.845Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.845Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.847Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.848Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.848Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.852Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:09.852Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193242265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193239346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193242983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193246411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193252847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.860Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193253303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193254308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:09.863Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193254358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.864Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.865Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193254739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193248168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "policy-id",
  "timestamp": 1654193255312,
  "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-06-02T18:08:09.892Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.893Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:09.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193248898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.902Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193255611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193256120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:09.903Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.904Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.904Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193256648,
  "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-06-02T18:08:09.909Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.909Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:09.917Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.917Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "cds",
  "timestamp": 1654193257126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-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-06-02T18:08:09.921Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.921Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:09.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193250962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:09.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:08:09.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193257652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:09.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193258992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193262532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:09.934Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193263538,
  "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-06-02T18:08:09.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.940Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:09.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193264447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193264641,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "aai-ml",
  "timestamp": 1654193265646,
  "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-06-02T18:08:09.957Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-02T18:08:09.957Z||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-06-02T18:08:09.958Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:09.960Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.960Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:09.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193266456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:09.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:08:09.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:08:09.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "clamp",
  "timestamp": 1654193267460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-06-02T18:08:09.970Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:09.970Z||pool-169-thread-1|||||INFO|500||cambria reply ok (13 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=?
2022-06-02T18:08:09.980Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of abedb6eb-cb96-434a-8d40-bb8b7a9ef599
2022-06-02T18:08:09.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:10.853Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:10.854Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:10.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:10.856Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:08:10.956Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:10.957Z||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-06-02T18:08:10.957Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:10.974Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:10.975Z||pool-170-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:11.857Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:11.858Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:11.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:11.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:08:11.960Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:11.961Z||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-06-02T18:08:11.962Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:11.976Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:11.976Z||pool-171-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:12.860Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:12.862Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:12.864Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:12.864Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:12.964Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:08:12.965Z||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-06-02T18:08:12.966Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:12.979Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:12.980Z||pool-172-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:13.865Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:13.866Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:13.869Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:13.869Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:08:13.969Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:13.970Z||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-06-02T18:08:13.970Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:13.986Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:13.986Z||pool-173-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:08:14.870Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:14.870Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:14.872Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:14.872Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:08:14.973Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:14.974Z||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-06-02T18:08:14.974Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:14.990Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:14.991Z||pool-174-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:15.873Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:08:15.874Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:15.876Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:15.876Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:08:15.976Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:15.977Z||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-06-02T18:08:15.977Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:15.990Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:15.991Z||pool-175-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:16.878Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "serviceName": "vFW 2022-06-02 18-05-00",
  "serviceVersion": "1.0",
  "serviceUUID": "a648d0ff-d271-400a-8339-5e9e6d4b3021",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1ce1f48e-4590-4155-9fc5-01f81d796152",
  "resources": [
    {
      "resourceInstanceName": "vFW 30e8070f-ae98 0",
      "resourceCustomizationUUID": "af0a8e68-27f3-4ca3-be5b-6ab00677d0c6",
      "resourceName": "vFW 30e8070f-ae98",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2",
      "resourceInvariantUUID": "ffd7b19f-f5f4-4e7b-9dd6-eb47b4d69c19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw30e8070fae980_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
          "artifactChecksum": "NzE0ODJiNzM0ZDcyYzM1MjA1YmUyMThmNDA4ZjM2NDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bc08efc4-c834-4b98-b7ff-94d6c804f1b3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a9e66a76-4c9c-44cf-a276-7c92cd89d6e1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69469c77-a490-4634-8ed3-7f2deaf75b9b",
            "generatedFromUUID": "a9e66a76-4c9c-44cf-a276-7c92cd89d6e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69469c77-a490-4634-8ed3-7f2deaf75b9b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602180500-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
      "artifactChecksum": "MWMyYmUwYjI4ZTg3NDllNjM5NDgzYmE5MDU0ZmNjZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "91bfb779-b557-4076-8d3f-e63bbfc4465d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:08:16.878Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:08:16.879Z|54fce06b-0d95-4b71-a36e-f6d3b036b283|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a648d0ff-d271-400a-8339-5e9e6d4b3021 ASDC
2022-06-02T18:08:16.880Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||ASDC Notification:
DistributionID:abedb6eb-cb96-434a-8d40-bb8b7a9ef599
ServiceName:vFW 2022-06-02 18-05-00
ServiceVersion:1.0
ServiceUUID:a648d0ff-d271-400a-8339-5e9e6d4b3021
ServiceInvariantUUID:1ce1f48e-4590-4155-9fc5-01f81d796152
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602180500-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar
ArtifactUUID:91bfb779-b557-4076-8d3f-e63bbfc4465d
ArtifactChecksum:MWMyYmUwYjI4ZTg3NDllNjM5NDgzYmE5MDU0ZmNjZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 30e8070f-ae98 0
ResourceCustomizationUUID:af0a8e68-27f3-4ca3-be5b-6ab00677d0c6
ResourceInvariantUUID:ffd7b19f-f5f4-4e7b-9dd6-eb47b4d69c19
ResourceName:vFW 30e8070f-ae98
ResourceType:VF
ResourceUUID:7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw30e8070fae980_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json
ArtifactUUID:bc08efc4-c834-4b98-b7ff-94d6c804f1b3
ArtifactChecksum:NzE0ODJiNzM0ZDcyYzM1MjA1YmUyMThmNDA4ZjM2NDg=
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/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml
ArtifactUUID:a9e66a76-4c9c-44cf-a276-7c92cd89d6e1
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/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
ArtifactUUID:69469c77-a490-4634-8ed3-7f2deaf75b9b
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/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
ArtifactUUID:69469c77-a490-4634-8ed3-7f2deaf75b9b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T18:08:16.880Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a648d0ff-d271-400a-8339-5e9e6d4b3021 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-06-02T18:08:16.924Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:08:16.926Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:08:16.926Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:08:16.926Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Trying to download the artifact UUID: 91bfb779-b557-4076-8d3f-e63bbfc4465d from URL: /sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:16.926Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:08:16.927Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:17.062Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:08:17.066Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar 91bfb779-b557-4076-8d3f-e63bbfc4465d 98997
2022-06-02T18:08:17.067Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar ASDC sendASDCNotification
2022-06-02T18:08:17.067Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:17.067Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:08:17.067Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:17.069Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:17.070Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193297066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:17.169Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:08:17.170Z||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-06-02T18:08:17.170Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:17.190Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:17.190Z||pool-176-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:08:18.070Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:08:18.071Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:08:18.072Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Trying to write artifact UUID: 91bfb779-b557-4076-8d3f-e63bbfc4465d, URL: /sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar to file: /app/ASDC/1/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:18.072Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602180500-csar.csar
2022-06-02T18:08:18.073Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:18.073Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:18.290Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4241676919298101775/Definitions/service-Vfw20220602180500-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-02T18:08:20.302Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||####################################################################################################
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.303Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 30e8070f-ae98 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-Vfw20220602180500-csar.csar
2022-06-02T18:08:20.304Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|WARN|500||####################################################################################################
2022-06-02T18:08:20.305Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.305Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.305Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:20.305Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:08:20.305Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.306Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.307Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:08:20.308Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:20.309Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:20.310Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.311Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d6f9617-6ea0-464a-a395-0266fbe253d3
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.312Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.313Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b6c87e3-d81d-4c1a-922a-14c982383f9c
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.314Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:08:20.315Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=580b3121-3cdf-435f-9199-eff0b7392077
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:20.316Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 18-05-00
Description:catalog service description
Model UUID:a648d0ff-d271-400a-8339-5e9e6d4b3021
Model Version:NULL
Model InvariantUuid:1ce1f48e-4590-4155-9fc5-01f81d796152
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 30e8070f-ae98
Model UUID:58014114-5dc1-47a5-9269-5926ed05c542
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ffd7b19f-f5f4-4e7b-9dd6-eb47b4d69c19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af0a8e68-27f3-4ca3-be5b-6ab00677d0c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:74fcaf9b-00af-42cd-b15f-eddea82ff4b7
ModelName:Vfw30e8070fAe98..base_vfw..module-0
ModelUuid:a508f906-5ece-477d-9d39-bb0335b20db7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0d6f9617-6ea0-464a-a395-0266fbe253d3
ModelInvariantUuid:0d01a398-cae1-4607-95ba-8efd982d986f
ModelName:vFW 30e8070f-ae98-nodes.vfwCvfc
ModelUuid:6db4561b-5716-4b49-a3dd-2900bc485bf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:dbb93327-c75e-49b9-bc32-f778e20042cf
ModelInvariantUuid:f1fae94d-6354-4981-afbf-558a39afb54b
ModelName:Vfw30e8070fAe98.compute.nodes.heat.vfw
ModelUuid:fa7ea51b-1979-44fd-b603-8624bedbb6a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0b6c87e3-d81d-4c1a-922a-14c982383f9c
ModelInvariantUuid:ee60a4ff-bce9-4aca-a1b8-208c89080ef7
ModelName:vFW 30e8070f-ae98-nodes.vsnCvfc
ModelUuid:66915185-2750-48d2-b093-683281103fc2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a37eda6a-ae95-400f-add1-881a84f49507
ModelInvariantUuid:fc6135d4-88a3-47c6-a83c-99fd4075d191
ModelName:Vfw30e8070fAe98.compute.nodes.heat.vsn
ModelUuid:4842399f-76f4-4cc2-aaa2-017cb9652002
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:580b3121-3cdf-435f-9199-eff0b7392077
ModelInvariantUuid:f1b5170a-a288-4646-9d70-205470a697fb
ModelName:vFW 30e8070f-ae98-nodes.vpgCvfc
ModelUuid:d158fa84-cfb0-41bf-84f6-ab191af1e851
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bc6679e0-6be0-4ae0-840c-8ad3f0938504
ModelInvariantUuid:8b7a5420-c7eb-4a1b-bdef-bf5d23837bcd
ModelName:Vfw30e8070fAe98.compute.nodes.heat.vpg
ModelUuid:c805858f-e219-4eb9-beea-78d9982c5a0d
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-06-02T18:08:20.328Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:08:20.337Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||vFW 30e8070f-ae98 0
2022-06-02T18:08:20.338Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2
2022-06-02T18:08:20.338Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Trying to download the artifact UUID: bc08efc4-c834-4b98-b7ff-94d6c804f1b3 from URL: /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json
2022-06-02T18:08:20.338Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:08:20.338Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json
2022-06-02T18:08:20.496Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:08:20.496Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json bc08efc4-c834-4b98-b7ff-94d6c804f1b3 785
2022-06-02T18:08:20.496Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json ASDC sendASDCNotification
2022-06-02T18:08:20.497Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json
2022-06-02T18:08:20.497Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:08:20.497Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:20.499Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:20.499Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193300496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:20.599Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:20.600Z||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-06-02T18:08:20.600Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:20.615Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:20.616Z||pool-177-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:21.500Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw30e8070fAe98..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "74fcaf9b-00af-42cd-b15f-eddea82ff4b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a508f906-5ece-477d-9d39-bb0335b20db7",
    "vfModuleModelCustomizationUUID": "6b503f72-6ae2-4764-ab57-55a189a26ec8",
    "isBase": true,
    "artifacts": [
      "a9e66a76-4c9c-44cf-a276-7c92cd89d6e1",
      "69469c77-a490-4634-8ed3-7f2deaf75b9b"
    ],
    "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-06-02T18:08:21.504Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30e8070fAe98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a508f906-5ece-477d-9d39-bb0335b20db7
VfModuleModelInvariantUUID:74fcaf9b-00af-42cd-b15f-eddea82ff4b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9e66a76-4c9c-44cf-a276-7c92cd89d6e1
,
69469c77-a490-4634-8ed3-7f2deaf75b9b

}
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-06-02T18:08:21.506Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw30e8070fAe98..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "74fcaf9b-00af-42cd-b15f-eddea82ff4b7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a508f906-5ece-477d-9d39-bb0335b20db7",
    "vfModuleModelCustomizationUUID": "6b503f72-6ae2-4764-ab57-55a189a26ec8",
    "isBase": true,
    "artifacts": [
      "a9e66a76-4c9c-44cf-a276-7c92cd89d6e1",
      "69469c77-a490-4634-8ed3-7f2deaf75b9b"
    ],
    "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-06-02T18:08:21.507Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30e8070fAe98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a508f906-5ece-477d-9d39-bb0335b20db7
VfModuleModelInvariantUUID:74fcaf9b-00af-42cd-b15f-eddea82ff4b7
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9e66a76-4c9c-44cf-a276-7c92cd89d6e1
,
69469c77-a490-4634-8ed3-7f2deaf75b9b

}
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-06-02T18:08:21.507Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Trying to download the artifact UUID: a9e66a76-4c9c-44cf-a276-7c92cd89d6e1 from URL: /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml
2022-06-02T18:08:21.507Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:08:21.507Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml
2022-06-02T18:08:21.585Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:08:21.586Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml a9e66a76-4c9c-44cf-a276-7c92cd89d6e1 20368
2022-06-02T18:08:21.586Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:08:21.586Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml
2022-06-02T18:08:21.587Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:08:21.587Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:21.589Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:21.589Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193301586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:21.689Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:08:21.690Z||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-06-02T18:08:21.690Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:21.702Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:21.702Z||pool-178-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:08:22.590Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Trying to download the artifact UUID: 69469c77-a490-4634-8ed3-7f2deaf75b9b from URL: /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
2022-06-02T18:08:22.591Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:08:22.591Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
2022-06-02T18:08:22.901Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:08:22.902Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env 69469c77-a490-4634-8ed3-7f2deaf75b9b 2098
2022-06-02T18:08:22.902Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:08:22.902Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
2022-06-02T18:08:22.902Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:08:22.903Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:22.904Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:22.904Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193302902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:08:23.005Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:23.006Z||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-06-02T18:08:23.006Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:23.033Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:23.034Z||pool-179-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:23.905Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Preparing to deploy Service: a648d0ff-d271-400a-8339-5e9e6d4b3021
2022-06-02T18:08:23.906Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 30e8070f-ae98 0 7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2 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-06-02T18:08:23.945Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75313f52, org.onap.sdc.toscaparser.api.parameters.Input@458aeaf8, org.onap.sdc.toscaparser.api.parameters.Input@168570d3, org.onap.sdc.toscaparser.api.parameters.Input@2967bd8d, org.onap.sdc.toscaparser.api.parameters.Input@55d0dc5c]
2022-06-02T18:08:23.948Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.948Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.949Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T18:08:23.949Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||VFCustomizationUUID= af0a8e68-27f3-4ca3-be5b-6ab00677d0c6
2022-06-02T18:08:23.949Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af0a8e68-27f3-4ca3-be5b-6ab00677d0c6 matches Tosca VF Customization UUID: af0a8e68-27f3-4ca3-be5b-6ab00677d0c6
2022-06-02T18:08:23.950Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||vfCustomizationUUID: af0a8e68-27f3-4ca3-be5b-6ab00677d0c6  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-06-02T18:08:23.954Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.954Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.955Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||resource request for resource customization id af0a8e68-27f3-4ca3-be5b-6ab00677d0c6: {\"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-06-02T18:08:23.956Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ebe93f0
2022-06-02T18:08:23.956Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.956Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:08:23.957Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6b503f72-6ae2-4764-ab57-55a189a26ec8
2022-06-02T18:08:23.957Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6b503f72-6ae2-4764-ab57-55a189a26ec8
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-06-02T18:08:23.960Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.960Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.960Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:23.961Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.961Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.962Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:23.962Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.962Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:23.963Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:23.963Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:08:23.963Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:23.964Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:08:23.964Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:08:23.964Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.965Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.965Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:08:23.965Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.965Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:08:23.966Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.966Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0d6f9617-6ea0-464a-a395-0266fbe253d3
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-06-02T18:08:23.970Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.970Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.971Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:23.971Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.971Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:23.972Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:23.972Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:08:23.972Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.973Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.973Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.973Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:08:23.974Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:23.974Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:08:23.974Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:08:23.975Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.975Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:08:23.975Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.976Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b6c87e3-d81d-4c1a-922a-14c982383f9c
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-06-02T18:08:23.978Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.979Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.979Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:23.980Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.980Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is not matching search criteria
2022-06-02T18:08:23.980Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:08:23.981Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:08:23.981Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.981Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.982Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.982Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:08:23.982Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:08:23.983Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:08:23.983Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:08:23.983Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:08:23.984Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:08:23.984Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:08:23.985Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=580b3121-3cdf-435f-9199-eff0b7392077
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-06-02T18:08:23.987Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.987Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.988Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:08:23.988Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.988Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Node template vFW 30e8070f-ae98 0 is matching search criteria
2022-06-02T18:08:23.989Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found topology templates [vFW 30e8070f-ae98 0] matching following query criteria: sdcType=VF, customizationUUID=af0a8e68-27f3-4ca3-be5b-6ab00677d0c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:08:23.991Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.991Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.991Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500|| resourceSeq for service uuid a648d0ff-d271-400a-8339-5e9e6d4b3021: vFW 30e8070f-ae98
2022-06-02T18:08:23.992Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.992Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.992Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.993Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.993Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.993Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.994Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.994Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.994Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:08:23.995Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Service vFW 2022-06-02 18-05-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:08:23.995Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||Saving Service: vFW 2022-06-02 18-05-00 
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-06-02T18:08:24.231Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 30e8070f-ae98 7c3f9eb6-aae2-48f9-8b80-70f96eb0dff2 1 ASDC deployResourceStructure
2022-06-02T18:08:24.232Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json ASDC sendASDCNotification
2022-06-02T18:08:24.232Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json
2022-06-02T18:08:24.232Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:08:24.233Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:24.235Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:24.235Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193304232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:24.335Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:24.336Z||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-06-02T18:08:24.336Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:24.353Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:24.354Z||pool-180-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:25.236Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:08:25.237Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml
2022-06-02T18:08:25.237Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:08:25.237Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:25.239Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:25.239Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193305236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:25.339Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:25.340Z||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-06-02T18:08:25.340Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:25.354Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:25.355Z||pool-181-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:26.240Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:08:26.240Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env
2022-06-02T18:08:26.241Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:08:26.241Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:26.244Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:26.244Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193306240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:26.344Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:26.345Z||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-06-02T18:08:26.345Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:26.368Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:26.369Z||pool-182-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:27.245Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar ASDC sendASDCNotification
2022-06-02T18:08:27.245Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar
2022-06-02T18:08:27.246Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:08:27.246Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:08:27.248Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:08:27.248Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193307245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:08:27.348Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:08:27.349Z||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-06-02T18:08:27.349Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:08:27.367Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:08:27.368Z||pool-183-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:08:28.249Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: abedb6eb-cb96-434a-8d40-bb8b7a9ef599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:08:28.259Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: abedb6eb-cb96-434a-8d40-bb8b7a9ef599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:08:28.261Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:08:28.262Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:08:28.262Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:08:28.262Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:08:28.262Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:08:28.262Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?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-06-02T18:08:28.266Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:08:58.267Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: abedb6eb-cb96-434a-8d40-bb8b7a9ef599 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-06-02T18:08:58.275Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: abedb6eb-cb96-434a-8d40-bb8b7a9ef599 and serviceModelVersionId: a648d0ff-d271-400a-8339-5e9e6d4b3021
2022-06-02T18:08:58.275Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ce1f48e-4590-4155-9fc5-01f81d796152
2022-06-02T18:08:58.277Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0
2022-06-02T18:08:58.282Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:08:58.318Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/457cefac-679e-4687-add8-3ab048f86070/model-vers/model-ver/978999ac-5dbe-461b-91c8-f4fcfad1311b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:08:58.320Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Invoke
2022-06-02T18:08:59.860Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:08:59.862Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Invoke
2022-06-02T18:09:01.396Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:09:01.398Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Invoke
2022-06-02T18:09:02.431Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:09:02.432Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:09:02.433Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:09:02.433Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:09:02.440Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:09:02.440Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID abedb6eb-cb96-434a-8d40-bb8b7a9ef599 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:09:02.440Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:09:02.440Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:02.442Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:02.442Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193342440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:09:02.542Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:02.543Z||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-06-02T18:09:02.543Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:02.566Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:02.566Z||pool-184-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-06-02T18:09:09.187Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:09:09.188Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:09:09.188Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:09:09.189Z||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-06-02T18:09:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:09.324Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:09.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:09:09.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:09.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:09:09.836Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:09.836Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||received message from topic
2022-06-02T18:09:09.837Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f5202862-a9ae-410a-a239-6801836b04b4","serviceName":"Demo_pNF_13xoqb4yOdEvPZYlkpeG","serviceVersion":"1.0","serviceUUID":"a1a48050-5e78-402e-9472-e99507a0d7d5","serviceDescription":"catalog service description","serviceInvariantUUID":"29f834a5-11e6-4b73-9b9c-1a85dc22ea83","resources":[{"resourceInstanceName":"pNF c217f33f-2c9d 0","resourceName":"pNF c217f33f-2c9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c8c91e50-ebc8-41ca-abf0-61be63b18998","resourceInvariantUUID":"48a16635-f6e3-4c3e-aced-468287e3d969","resourceCustomizationUUID":"c85eb1ce-81cc-48fd-9020-48a65331414a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml","artifactChecksum":"MDMyZWVkYmUxMWM1ODQ4ZWZjMTMyYTIyMWNmYWZhMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"998ecefa-3ccd-4645-a9c0-86fc690887b0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa659b03-0fd0-4ebf-81f1-6541501ab224","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3fc8f3f0-36d2-4f0d-b098-14d2860cdbe0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTUzYzdjMDUxMTExNDZhYjA3ZWUxMGE1YTJmMTY0MTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ef85f62-8133-4b1b-9b1e-13a9a045dd74","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42da9001-ca71-417f-ab37-dd4c2ba7797a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07ef3eaa-eb45-41fe-bb11-5ead0229e6da","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf13xoqb4yodevpzylkpeg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml","artifactChecksum":"MjhkYjM1YTBiZTNkM2U4MGFmNmZjMGI4OWRjMzJkNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5942482b-e146-495f-804c-4aebdbab40bc","artifactVersion":"1"},{"artifactName":"service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar","artifactChecksum":"MzcwMzI2YTQ1MGZhMGUzYWUxOGRiMjQ5YWRiYmJlMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e0d35f1a-5d8c-416e-8d32-76171ddd2e43","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:09:09.838Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:09.838Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:09.840Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:09.840Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:09.940Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:09.941Z||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-06-02T18:09:09.941Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:09.986Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:09.986Z||pool-185-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:10.841Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:10.842Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:10.844Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:10.844Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:10.944Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:10.945Z||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-06-02T18:09:10.945Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:10.963Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:10.964Z||pool-186-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:09:11.844Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:11.845Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:11.847Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:11.847Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:11.948Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T18:09:11.949Z||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-06-02T18:09:11.949Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:11.967Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:11.968Z||pool-187-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:12.848Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:12.849Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:12.850Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:12.851Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:12.951Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:12.952Z||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-06-02T18:09:12.953Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:12.965Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:12.966Z||pool-188-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:13.851Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:13.852Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:13.854Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:13.854Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:13.954Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:13.955Z||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-06-02T18:09:13.955Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:13.970Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:13.971Z||pool-189-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:14.854Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:14.855Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:14.857Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:14.857Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:14.957Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:14.958Z||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-06-02T18:09:14.958Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:14.973Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:14.974Z||pool-190-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:09:15.857Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:15.858Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:15.861Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:15.861Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:09:15.961Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:15.962Z||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-06-02T18:09:15.962Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:15.975Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:15.976Z||pool-191-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:09:16.861Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:09:16.862Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:16.864Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:16.864Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:09:16.964Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:16.965Z||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-06-02T18:09:16.965Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:16.979Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:16.979Z||pool-192-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:09:17.865Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "serviceName": "Demo_pNF_13xoqb4yOdEvPZYlkpeG",
  "serviceVersion": "1.0",
  "serviceUUID": "a1a48050-5e78-402e-9472-e99507a0d7d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "29f834a5-11e6-4b73-9b9c-1a85dc22ea83",
  "resources": [
    {
      "resourceInstanceName": "pNF c217f33f-2c9d 0",
      "resourceCustomizationUUID": "c85eb1ce-81cc-48fd-9020-48a65331414a",
      "resourceName": "pNF c217f33f-2c9d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c8c91e50-ebc8-41ca-abf0-61be63b18998",
      "resourceInvariantUUID": "48a16635-f6e3-4c3e-aced-468287e3d969",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
      "artifactChecksum": "MzcwMzI2YTQ1MGZhMGUzYWUxOGRiMjQ5YWRiYmJlMWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e0d35f1a-5d8c-416e-8d32-76171ddd2e43"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:09:17.865Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:09:17.866Z|abedb6eb-cb96-434a-8d40-bb8b7a9ef599|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1a48050-5e78-402e-9472-e99507a0d7d5 ASDC
2022-06-02T18:09:17.866Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f5202862-a9ae-410a-a239-6801836b04b4
ServiceName:Demo_pNF_13xoqb4yOdEvPZYlkpeG
ServiceVersion:1.0
ServiceUUID:a1a48050-5e78-402e-9472-e99507a0d7d5
ServiceInvariantUUID:29f834a5-11e6-4b73-9b9c-1a85dc22ea83
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
ArtifactUUID:e0d35f1a-5d8c-416e-8d32-76171ddd2e43
ArtifactChecksum:MzcwMzI2YTQ1MGZhMGUzYWUxOGRiMjQ5YWRiYmJlMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c217f33f-2c9d 0
ResourceCustomizationUUID:c85eb1ce-81cc-48fd-9020-48a65331414a
ResourceInvariantUUID:48a16635-f6e3-4c3e-aced-468287e3d969
ResourceName:pNF c217f33f-2c9d
ResourceType:PNF
ResourceUUID:c8c91e50-ebc8-41ca-abf0-61be63b18998
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:09:17.866Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1a48050-5e78-402e-9472-e99507a0d7d5 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-06-02T18:09:17.891Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:09:17.892Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:09:17.892Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:09:17.892Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Trying to download the artifact UUID: e0d35f1a-5d8c-416e-8d32-76171ddd2e43 from URL: /sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:17.892Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:09:17.892Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:17.963Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:09:17.967Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar e0d35f1a-5d8c-416e-8d32-76171ddd2e43 82636
2022-06-02T18:09:17.967Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar ASDC sendASDCNotification
2022-06-02T18:09:17.967Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:17.967Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:09:17.968Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:17.969Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:17.970Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193357967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:09:18.070Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:18.070Z||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-06-02T18:09:18.071Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:18.083Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:18.083Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:18.970Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:09:18.971Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:09:18.971Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Trying to write artifact UUID: e0d35f1a-5d8c-416e-8d32-76171ddd2e43, URL: /sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar to file: /app/ASDC/1/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:18.972Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:18.972Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:18.972Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.061Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP451318470960318243/Definitions/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml
2022-06-02T18:09:19.794Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:09:19.794Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||####################################################################################################
2022-06-02T18:09:19.795Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.795Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:09:19.795Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.795Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.795Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c217f33f-2c9d 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-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|WARN|500||####################################################################################################
2022-06-02T18:09:19.796Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.797Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.797Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Node template pNF c217f33f-2c9d 0 is matching search criteria
2022-06-02T18:09:19.797Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:09:19.797Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found topology templates [pNF c217f33f-2c9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:09:19.798Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.798Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.798Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Node template pNF c217f33f-2c9d 0 is matching search criteria
2022-06-02T18:09:19.798Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:09:19.799Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found topology templates [pNF c217f33f-2c9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:09:19.799Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.799Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.799Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.799Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.800Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.800Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.800Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.800Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.800Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.801Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.801Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_13xoqb4yOdEvPZYlkpeG
Description:catalog service description
Model UUID:a1a48050-5e78-402e-9472-e99507a0d7d5
Model Version:NULL
Model InvariantUuid:29f834a5-11e6-4b73-9b9c-1a85dc22ea83
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-06-02T18:09:19.809Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: c8c91e50-ebc8-41ca-abf0-61be63b18998
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:09:19.812Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||pNF c217f33f-2c9d 0
2022-06-02T18:09:19.812Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: c8c91e50-ebc8-41ca-abf0-61be63b18998
2022-06-02T18:09:19.812Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||No resources found for Service: a1a48050-5e78-402e-9472-e99507a0d7d5
2022-06-02T18:09:19.812Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Preparing to deploy Service: a1a48050-5e78-402e-9472-e99507a0d7d5
2022-06-02T18:09:19.812Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c217f33f-2c9d 0 c8c91e50-ebc8-41ca-abf0-61be63b18998 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-06-02T18:09:19.816Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f373006, org.onap.sdc.toscaparser.api.parameters.Input@22faab93, org.onap.sdc.toscaparser.api.parameters.Input@68d6cca0, org.onap.sdc.toscaparser.api.parameters.Input@59f3ef83, org.onap.sdc.toscaparser.api.parameters.Input@3f2253bb]
2022-06-02T18:09:19.816Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.817Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.817Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500|| resourceSeq for service uuid a1a48050-5e78-402e-9472-e99507a0d7d5: pNF c217f33f-2c9d
2022-06-02T18:09:19.817Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Processing PNF resource: c8c91e50-ebc8-41ca-abf0-61be63b18998
2022-06-02T18:09:19.817Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:09:19.817Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Service Demo_pNF_13xoqb4yOdEvPZYlkpeG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:09:19.818Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||Resource customization UUID: c85eb1ce-81cc-48fd-9020-48a65331414a is the same as notified resource customizationUUID: c85eb1ce-81cc-48fd-9020-48a65331414a
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-06-02T18:09:19.852Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c217f33f-2c9d c8c91e50-ebc8-41ca-abf0-61be63b18998 0 ASDC deployResourceStructure
2022-06-02T18:09:19.852Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar ASDC sendASDCNotification
2022-06-02T18:09:19.852Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar
2022-06-02T18:09:19.853Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:09:19.853Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:09:19.854Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:09:19.855Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193359852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:09:19.955Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:09:19.955Z||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-06-02T18:09:19.956Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:09:19.969Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:09:19.969Z||pool-194-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:09:20.855Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:09:20.877Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:09:20.885Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:09:20.885Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:09:20.885Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:09:50.886Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:09:50.903Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:09:50.905Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:09:50.905Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:09:50.905Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:10:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:10:09.190Z||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-06-02T18:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:10:09.237Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:10:09.239Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.239Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.240Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.240Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193289187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193297066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.245Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193300496,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193301586,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193302902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193304232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/vfw30e8070fae980_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.251Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193305236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.252Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193306240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/resourceInstances/vfw30e8070fae980/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193299346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193293168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193307245,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602180500/1.0/artifacts/service-Vfw20220602180500-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193308471,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193308765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.256Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.257Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.258Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "cds",
  "timestamp": 1654193309477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-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-06-02T18:10:09.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.265Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193302269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.294Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.294Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.294Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193309769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.296Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.297Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.297Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "policy-id",
  "timestamp": 1654193310773,
  "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-06-02T18:10:09.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.313Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193302983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193311553,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193312588,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193313593,
  "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-06-02T18:10:09.341Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.341Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193306411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193315341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193308898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:10:09.360Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193310962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193319914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193320641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.361Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "aai-ml",
  "timestamp": 1654193321644,
  "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-06-02T18:10:09.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193321864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193322867,
  "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-06-02T18:10:09.381Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.382Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193328463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:10:09.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.395Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.395Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193329488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:10:09.395Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:09.396Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.396Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "clamp",
  "timestamp": 1654193330490,
  "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-06-02T18:10:09.400Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5202862-a9ae-410a-a239-6801836b04b4
2022-06-02T18:10:09.400Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:09.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:10:09.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "abedb6eb-cb96-434a-8d40-bb8b7a9ef599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193342440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:10:09.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:10:20.906Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:10:20.961Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:10:20.964Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:10:20.964Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:10:20.964Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:10:20.964Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:10:20.965Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:10:20.965Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:10:20.965Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?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-06-02T18:10:20.977Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:10:50.977Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f5202862-a9ae-410a-a239-6801836b04b4 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-06-02T18:10:50.984Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5202862-a9ae-410a-a239-6801836b04b4 and serviceModelVersionId: a1a48050-5e78-402e-9472-e99507a0d7d5
2022-06-02T18:10:50.984Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29f834a5-11e6-4b73-9b9c-1a85dc22ea83
2022-06-02T18:10:50.985Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0
2022-06-02T18:10:50.988Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ce1f48e-4590-4155-9fc5-01f81d796152/model-vers/model-ver/a648d0ff-d271-400a-8339-5e9e6d4b3021?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:10:51.028Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Invoke
2022-06-02T18:10:51.028Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d8781fe-b1ac-4405-80f9-5b5e69cf1ca5], X-ECOMP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-TransactionId=[], X-ONAP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], Content-Type=[application/merge-patch+json]}
2022-06-02T18:10:52.565Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Invoke
2022-06-02T18:10:52.566Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30778c0d-ebee-46f3-b4c4-4999a6ce1186], X-ECOMP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-TransactionId=[], X-ONAP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], Content-Type=[application/merge-patch+json]}
2022-06-02T18:10:54.101Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Invoke
2022-06-02T18:10:54.101Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32bbee5f-3516-4746-94cb-069b9f20c3bc], X-ECOMP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], X-TransactionId=[], X-ONAP-RequestID=[f5202862-a9ae-410a-a239-6801836b04b4], Content-Type=[application/merge-patch+json]}
2022-06-02T18:10:55.138Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:10:55.139Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-06-02T18:10:55.139Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:10:55.139Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-06-02T18:10:55.146Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-06-02T18:10:55.147Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5202862-a9ae-410a-a239-6801836b04b4 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:10:55.147Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:10:55.147Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:10:55.149Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:10:55.149Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193455147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:10:55.249Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:10:55.250Z||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-06-02T18:10:55.250Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:10:55.286Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:10:55.287Z||pool-195-thread-1|||||INFO|500||cambria reply ok (38 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-06-02T18:10:56.166Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:10:56.166Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:10:56.166Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:11:05.743Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:11:09.187Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:11:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:11:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:11:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:11:09.189Z||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-06-02T18:11:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:11:09.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:11:09.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.232Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.232Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/resourceInstances/pnfc217f33f2c9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193349187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193357967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193359852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf13xoqb4yodevpzylkpeg/1.0/artifacts/service-DemoPnf13xoqb4yodevpzylkpeg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:11:09.235Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:11:18.782Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:12:09.187Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:12:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:12:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:12:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:12:09.189Z||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-06-02T18:12:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:12:09.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:12:09.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:12:09.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f5202862-a9ae-410a-a239-6801836b04b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193455147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:12:09.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:12:18.790Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:13:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:13:09.189Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:13:09.189Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:13:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:13:09.189Z||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-06-02T18:13:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:13:18.791Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:13:18.793Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:09.188Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:14:09.189Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:14:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:14:09.189Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:09.189Z||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-06-02T18:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:18.788Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:19.001Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:19.002Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||received message from topic
2022-06-02T18:14:19.002Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281","serviceName":"vFW 2022-06-02 18-12-07","serviceVersion":"1.0","serviceUUID":"5e4fe293-65a5-45b1-8918-71bd5c3d9eed","serviceDescription":"catalog service description","serviceInvariantUUID":"99e69e29-0c14-40e7-8ea1-a27d9abf66d1","resources":[{"resourceInstanceName":"vFW 0b849a7f-82df 0","resourceName":"vFW 0b849a7f-82df","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0","resourceInvariantUUID":"7e1b276b-ea38-400d-b84b-7e1cd281fc3a","resourceCustomizationUUID":"84e99bc7-b80c-4066-8e2a-97d7cfee808a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml","artifactChecksum":"NDU4OGUwYjVmOTc3ZjQ4MDkxZWE2OTllYTQzNTNhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef4c3a8c-5574-4e86-8a62-0cf794b19755","artifactVersion":"1"},{"artifactName":"vfw0b849a7f82df0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json","artifactChecksum":"ZDVhNTk0NGQzOGViNzE2NjgyY2VlNzBkYTZhMmNhZjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a858b89-b7e8-44dd-b4ad-e7117c973789","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c99d2e30-6d1a-4a81-833f-f1c4c09b7752","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml","artifactChecksum":"MTVjMzBlZmY0ZGNmOWZlYjkyZmYyZjBiZmY5ODM2NWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"94bfb55c-0759-4aa1-8e9b-9f16c1f8fe7d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7698921b-88b9-4938-ad4a-4965bf2abe97","artifactVersion":"3","generatedFromUUID":"c99d2e30-6d1a-4a81-833f-f1c4c09b7752"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602181207-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml","artifactChecksum":"OWMzNDUxOGRkODE2ODM3MmU2OTA5ZTEyNzVlNmQ4M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3de99c0c-2fe0-4440-afee-f3c77f3b5190","artifactVersion":"1"},{"artifactName":"service-Vfw20220602181207-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar","artifactChecksum":"ZGVkNWIxMzc3ZjA1ZWQxNmQ1YjlkYjNiMjNhMTA2NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e11dba-26f8-493a-969a-fbe834271986","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:14:19.005Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:19.006Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:19.010Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:19.010Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:14:19.111Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:19.112Z||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-06-02T18:14:19.112Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:19.128Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:19.128Z||pool-196-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:20.011Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:20.012Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:20.014Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:20.014Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:14:20.114Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:20.115Z||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-06-02T18:14:20.115Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:20.126Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:20.126Z||pool-197-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:21.014Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:21.015Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:21.017Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:21.017Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:14:21.117Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:21.118Z||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-06-02T18:14:21.118Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:21.142Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:21.143Z||pool-198-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:22.018Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:22.018Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:22.020Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:22.020Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:14:22.121Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:22.121Z||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-06-02T18:14:22.122Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:22.149Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:22.150Z||pool-199-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:23.021Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:23.021Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:23.023Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:23.023Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:14:23.123Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:23.124Z||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-06-02T18:14:23.124Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:23.147Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:23.148Z||pool-200-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:24.024Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:24.024Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:24.026Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:24.026Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:14:24.126Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:24.127Z||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-06-02T18:14:24.127Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:24.182Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:24.183Z||pool-201-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:25.027Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:14:25.027Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:25.029Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:25.029Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:14:25.129Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:25.130Z||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-06-02T18:14:25.130Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:25.146Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:25.146Z||pool-202-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:26.030Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "serviceName": "vFW 2022-06-02 18-12-07",
  "serviceVersion": "1.0",
  "serviceUUID": "5e4fe293-65a5-45b1-8918-71bd5c3d9eed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "99e69e29-0c14-40e7-8ea1-a27d9abf66d1",
  "resources": [
    {
      "resourceInstanceName": "vFW 0b849a7f-82df 0",
      "resourceCustomizationUUID": "84e99bc7-b80c-4066-8e2a-97d7cfee808a",
      "resourceName": "vFW 0b849a7f-82df",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0",
      "resourceInvariantUUID": "7e1b276b-ea38-400d-b84b-7e1cd281fc3a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0b849a7f82df0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
          "artifactChecksum": "ZDVhNTk0NGQzOGViNzE2NjgyY2VlNzBkYTZhMmNhZjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4a858b89-b7e8-44dd-b4ad-e7117c973789",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c99d2e30-6d1a-4a81-833f-f1c4c09b7752",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "7698921b-88b9-4938-ad4a-4965bf2abe97",
            "generatedFromUUID": "c99d2e30-6d1a-4a81-833f-f1c4c09b7752"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "7698921b-88b9-4938-ad4a-4965bf2abe97",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602181207-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
      "artifactChecksum": "ZGVkNWIxMzc3ZjA1ZWQxNmQ1YjlkYjNiMjNhMTA2NjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e11dba-26f8-493a-969a-fbe834271986"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:14:26.030Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:14:26.031Z|f5202862-a9ae-410a-a239-6801836b04b4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e4fe293-65a5-45b1-8918-71bd5c3d9eed ASDC
2022-06-02T18:14:26.031Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||ASDC Notification:
DistributionID:64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
ServiceName:vFW 2022-06-02 18-12-07
ServiceVersion:1.0
ServiceUUID:5e4fe293-65a5-45b1-8918-71bd5c3d9eed
ServiceInvariantUUID:99e69e29-0c14-40e7-8ea1-a27d9abf66d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602181207-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar
ArtifactUUID:72e11dba-26f8-493a-969a-fbe834271986
ArtifactChecksum:ZGVkNWIxMzc3ZjA1ZWQxNmQ1YjlkYjNiMjNhMTA2NjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0b849a7f-82df 0
ResourceCustomizationUUID:84e99bc7-b80c-4066-8e2a-97d7cfee808a
ResourceInvariantUUID:7e1b276b-ea38-400d-b84b-7e1cd281fc3a
ResourceName:vFW 0b849a7f-82df
ResourceType:VF
ResourceUUID:7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0b849a7f82df0_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json
ArtifactUUID:4a858b89-b7e8-44dd-b4ad-e7117c973789
ArtifactChecksum:ZDVhNTk0NGQzOGViNzE2NjgyY2VlNzBkYTZhMmNhZjY=
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/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml
ArtifactUUID:c99d2e30-6d1a-4a81-833f-f1c4c09b7752
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
ArtifactUUID:7698921b-88b9-4938-ad4a-4965bf2abe97
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
ArtifactUUID:7698921b-88b9-4938-ad4a-4965bf2abe97
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T18:14:26.032Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e4fe293-65a5-45b1-8918-71bd5c3d9eed 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-06-02T18:14:26.086Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:14:26.087Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:14:26.088Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:14:26.088Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Trying to download the artifact UUID: 72e11dba-26f8-493a-969a-fbe834271986 from URL: /sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:26.088Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:14:26.088Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:26.686Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:14:26.690Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar 72e11dba-26f8-493a-969a-fbe834271986 99000
2022-06-02T18:14:26.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar ASDC sendASDCNotification
2022-06-02T18:14:26.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:26.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:14:26.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:26.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:26.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193666691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:14:26.793Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:26.794Z||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-06-02T18:14:26.795Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:26.810Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:26.811Z||pool-203-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:27.694Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:14:27.695Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:14:27.695Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Trying to write artifact UUID: 72e11dba-26f8-493a-969a-fbe834271986, URL: /sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar to file: /app/ASDC/1/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:27.695Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602181207-csar.csar
2022-06-02T18:14:27.696Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:27.696Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:27.918Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1650660107477848427/Definitions/service-Vfw20220602181207-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-06-02T18:14:29.799Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:14:29.800Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||####################################################################################################
2022-06-02T18:14:29.800Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.800Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T18:14:29.800Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.800Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.801Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0b849a7f-82df 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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-Vfw20220602181207-csar.csar
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|WARN|500||####################################################################################################
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.802Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:29.803Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:29.804Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.805Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:14:29.806Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.807Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:14:29.808Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93680742-cf39-4eaf-8671-2d18a421967d
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:29.809Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:14:29.810Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.811Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:14:29.811Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.811Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15f4076-c644-411c-90ef-cdd195a65f3c
2022-06-02T18:14:29.812Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.812Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:29.812Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:29.812Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:29.812Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:14:29.813Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.813Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.813Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:14:29.813Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.813Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:14:29.814Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:14:29.814Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:29.814Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:29.814Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:14:29.815Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ef6a2b2e-e13a-46a8-949a-3d06cc0b4ae7
2022-06-02T18:14:29.815Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.815Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.815Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.816Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.816Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.816Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.816Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:29.816Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:29.817Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 18-12-07
Description:catalog service description
Model UUID:5e4fe293-65a5-45b1-8918-71bd5c3d9eed
Model Version:NULL
Model InvariantUuid:99e69e29-0c14-40e7-8ea1-a27d9abf66d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0b849a7f-82df
Model UUID:b322997a-d142-4654-b3ef-e801f552324d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7e1b276b-ea38-400d-b84b-7e1cd281fc3a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:84e99bc7-b80c-4066-8e2a-97d7cfee808a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:216960a2-5ea2-42ea-9ba8-383ac98343de
ModelName:Vfw0b849a7f82df..base_vfw..module-0
ModelUuid:27c9cd7f-592a-446b-8a0a-f8ddc4bbf04e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93680742-cf39-4eaf-8671-2d18a421967d
ModelInvariantUuid:6fcbf677-deda-4c9b-b649-6f0f216ebd08
ModelName:vFW 0b849a7f-82df-nodes.vfwCvfc
ModelUuid:a42cd263-6435-490b-8c7b-b43ecadefc95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:93e21e79-f442-4142-91b4-f0b451c8c952
ModelInvariantUuid:0edb8f20-61a6-48a3-823e-a136233a5ee4
ModelName:Vfw0b849a7f82df.compute.nodes.heat.vfw
ModelUuid:032c9dd1-3d45-4173-a386-3f9ec62c2a50
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e15f4076-c644-411c-90ef-cdd195a65f3c
ModelInvariantUuid:abcffa67-cfd1-42d6-961c-7df128df3324
ModelName:vFW 0b849a7f-82df-nodes.vsnCvfc
ModelUuid:f5e4b6b4-f0d3-4f59-99ea-5ad3a2e72e78
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0fffb771-a9fe-4d3f-9e05-8415d9b66d95
ModelInvariantUuid:2927f59e-35ed-4577-8825-59485bbc508c
ModelName:Vfw0b849a7f82df.compute.nodes.heat.vsn
ModelUuid:cc67b34d-65c3-40b4-884b-c9c5eb90f528
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ef6a2b2e-e13a-46a8-949a-3d06cc0b4ae7
ModelInvariantUuid:28d4dfd3-9ed5-4bf0-9140-23001bb52648
ModelName:vFW 0b849a7f-82df-nodes.vpgCvfc
ModelUuid:e45992d5-40d5-4f9a-819c-5c217f220c77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f63ef15-3d80-4bdd-9b31-6b648089464c
ModelInvariantUuid:246b0468-b6bc-432c-893e-1900f9530466
ModelName:Vfw0b849a7f82df.compute.nodes.heat.vpg
ModelUuid:6be0deab-6dfa-4c4e-aa32-2f12d3f6437a
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-06-02T18:14:29.830Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:14:29.834Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||vFW 0b849a7f-82df 0
2022-06-02T18:14:29.834Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0
2022-06-02T18:14:29.835Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Trying to download the artifact UUID: 4a858b89-b7e8-44dd-b4ad-e7117c973789 from URL: /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json
2022-06-02T18:14:29.835Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:14:29.835Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json
2022-06-02T18:14:30.622Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:14:30.623Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json 4a858b89-b7e8-44dd-b4ad-e7117c973789 785
2022-06-02T18:14:30.623Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json ASDC sendASDCNotification
2022-06-02T18:14:30.623Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json
2022-06-02T18:14:30.624Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:14:30.624Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:30.627Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:30.627Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193670623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:14:30.727Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:30.728Z||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-06-02T18:14:30.728Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:30.780Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:30.780Z||pool-204-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:31.628Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0b849a7f82df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "216960a2-5ea2-42ea-9ba8-383ac98343de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27c9cd7f-592a-446b-8a0a-f8ddc4bbf04e",
    "vfModuleModelCustomizationUUID": "6e61b8b7-0256-4313-abd0-d0d1b3f428e2",
    "isBase": true,
    "artifacts": [
      "c99d2e30-6d1a-4a81-833f-f1c4c09b7752",
      "7698921b-88b9-4938-ad4a-4965bf2abe97"
    ],
    "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-06-02T18:14:31.632Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0b849a7f82df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27c9cd7f-592a-446b-8a0a-f8ddc4bbf04e
VfModuleModelInvariantUUID:216960a2-5ea2-42ea-9ba8-383ac98343de
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99d2e30-6d1a-4a81-833f-f1c4c09b7752
,
7698921b-88b9-4938-ad4a-4965bf2abe97

}
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-06-02T18:14:31.634Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0b849a7f82df..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "216960a2-5ea2-42ea-9ba8-383ac98343de",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "27c9cd7f-592a-446b-8a0a-f8ddc4bbf04e",
    "vfModuleModelCustomizationUUID": "6e61b8b7-0256-4313-abd0-d0d1b3f428e2",
    "isBase": true,
    "artifacts": [
      "c99d2e30-6d1a-4a81-833f-f1c4c09b7752",
      "7698921b-88b9-4938-ad4a-4965bf2abe97"
    ],
    "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-06-02T18:14:31.634Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0b849a7f82df..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:27c9cd7f-592a-446b-8a0a-f8ddc4bbf04e
VfModuleModelInvariantUUID:216960a2-5ea2-42ea-9ba8-383ac98343de
VfModuleModelDescription:NULL
Artifacts UUID List:{
c99d2e30-6d1a-4a81-833f-f1c4c09b7752
,
7698921b-88b9-4938-ad4a-4965bf2abe97

}
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-06-02T18:14:31.634Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Trying to download the artifact UUID: c99d2e30-6d1a-4a81-833f-f1c4c09b7752 from URL: /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml
2022-06-02T18:14:31.634Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:14:31.634Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml
2022-06-02T18:14:32.081Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:14:32.082Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml c99d2e30-6d1a-4a81-833f-f1c4c09b7752 20368
2022-06-02T18:14:32.082Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:14:32.082Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml
2022-06-02T18:14:32.083Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:14:32.083Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:32.086Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:32.086Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193672082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:14:32.186Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:32.187Z||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-06-02T18:14:32.187Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:32.203Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:32.204Z||pool-205-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:14:33.088Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Trying to download the artifact UUID: 7698921b-88b9-4938-ad4a-4965bf2abe97 from URL: /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
2022-06-02T18:14:33.089Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:14:33.089Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
2022-06-02T18:14:33.636Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:14:33.636Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env 7698921b-88b9-4938-ad4a-4965bf2abe97 2098
2022-06-02T18:14:33.637Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:14:33.637Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
2022-06-02T18:14:33.637Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:14:33.637Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:33.639Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:33.639Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193673637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:14:33.739Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:33.740Z||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-06-02T18:14:33.740Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:33.754Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:33.755Z||pool-206-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:34.640Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Preparing to deploy Service: 5e4fe293-65a5-45b1-8918-71bd5c3d9eed
2022-06-02T18:14:34.641Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0b849a7f-82df 0 7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0 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-06-02T18:14:34.667Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b26d812, org.onap.sdc.toscaparser.api.parameters.Input@2c20bebc, org.onap.sdc.toscaparser.api.parameters.Input@2f4cb95d, org.onap.sdc.toscaparser.api.parameters.Input@5f3a58c5, org.onap.sdc.toscaparser.api.parameters.Input@1291fd78]
2022-06-02T18:14:34.669Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.670Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.670Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T18:14:34.670Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||VFCustomizationUUID= 84e99bc7-b80c-4066-8e2a-97d7cfee808a
2022-06-02T18:14:34.670Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84e99bc7-b80c-4066-8e2a-97d7cfee808a matches Tosca VF Customization UUID: 84e99bc7-b80c-4066-8e2a-97d7cfee808a
2022-06-02T18:14:34.670Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||vfCustomizationUUID: 84e99bc7-b80c-4066-8e2a-97d7cfee808a  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-06-02T18:14:34.674Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.674Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.675Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||resource request for resource customization id 84e99bc7-b80c-4066-8e2a-97d7cfee808a: {\"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-06-02T18:14:34.675Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c502628
2022-06-02T18:14:34.675Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.675Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:14:34.676Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e61b8b7-0256-4313-abd0-d0d1b3f428e2
2022-06-02T18:14:34.676Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e61b8b7-0256-4313-abd0-d0d1b3f428e2
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-06-02T18:14:34.679Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.679Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.679Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:34.680Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.680Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.680Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:34.680Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:14:34.681Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:14:34.682Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.683Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=93680742-cf39-4eaf-8671-2d18a421967d
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-06-02T18:14:34.690Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.691Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:34.692Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.692Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:34.692Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:34.692Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:34.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:14:34.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:14:34.693Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.694Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:14:34.694Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:14:34.694Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.694Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:14:34.695Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.695Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e15f4076-c644-411c-90ef-cdd195a65f3c
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-06-02T18:14:34.701Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.701Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.701Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:34.701Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.702Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is not matching search criteria
2022-06-02T18:14:34.702Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:14:34.702Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:14:34.702Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:14:34.702Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.703Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.703Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:14:34.703Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.703Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:14:34.704Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:14:34.704Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:14:34.704Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:14:34.704Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:14:34.705Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ef6a2b2e-e13a-46a8-949a-3d06cc0b4ae7
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-06-02T18:14:34.708Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.708Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.708Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:14:34.708Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.709Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Node template vFW 0b849a7f-82df 0 is matching search criteria
2022-06-02T18:14:34.709Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found topology templates [vFW 0b849a7f-82df 0] matching following query criteria: sdcType=VF, customizationUUID=84e99bc7-b80c-4066-8e2a-97d7cfee808a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:14:34.711Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.712Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.712Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500|| resourceSeq for service uuid 5e4fe293-65a5-45b1-8918-71bd5c3d9eed: vFW 0b849a7f-82df
2022-06-02T18:14:34.712Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.713Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.713Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.713Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.714Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.714Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.715Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.715Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.715Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:14:34.716Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Service vFW 2022-06-02 18-12-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:14:34.716Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||Saving Service: vFW 2022-06-02 18-12-07 
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-06-02T18:14:34.938Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0b849a7f-82df 7cdcdb1e-a0d9-4f3a-bd2b-6a0ec63c60c0 1 ASDC deployResourceStructure
2022-06-02T18:14:34.939Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json ASDC sendASDCNotification
2022-06-02T18:14:34.939Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json
2022-06-02T18:14:34.940Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:14:34.940Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:34.943Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:34.943Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193674939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:14:35.043Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:35.044Z||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-06-02T18:14:35.044Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:35.062Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:35.063Z||pool-207-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:35.946Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:14:35.946Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml
2022-06-02T18:14:35.946Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:14:35.947Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:35.949Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:35.949Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193675946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:14:36.049Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:14:36.051Z||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-06-02T18:14:36.051Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:36.066Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:36.066Z||pool-208-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:36.950Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:14:36.950Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env
2022-06-02T18:14:36.951Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:14:36.951Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:36.953Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:36.953Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193676950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:14:37.053Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:14:37.054Z||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-06-02T18:14:37.054Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:37.072Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:37.073Z||pool-209-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:37.956Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar ASDC sendASDCNotification
2022-06-02T18:14:37.956Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar
2022-06-02T18:14:37.956Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:14:37.957Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:14:37.959Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:14:37.959Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193677956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:14:38.059Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:14:38.060Z||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-06-02T18:14:38.060Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:14:38.076Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:14:38.076Z||pool-210-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:14:38.961Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:14:38.972Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:14:38.974Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:14:38.975Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:14:38.975Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:15:08.975Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:15:08.985Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:15:08.987Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:15:08.987Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:15:08.987Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:15:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:15:09.190Z||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-06-02T18:15:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:15:09.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:15:09.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.837Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193649188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193653168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193659346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193666165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193666691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "cds",
  "timestamp": 1654193667171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-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-06-02T18:15:09.853Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.853Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:09.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193667553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193668560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193662265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "policy-id",
  "timestamp": 1654193669565,
  "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-06-02T18:15:09.871Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.871Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:09.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193662983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193670623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193671393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193672082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193666411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193672794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193673637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193674238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193674100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193674939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193675130,
  "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-06-02T18:15:09.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193668898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193675946,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193676134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/vfw0b849a7f82df0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193676950,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/resourceInstances/vfw0b849a7f82df0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193670962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193677956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193679208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193682623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193683627,
  "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-06-02T18:15:09.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.912Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:09.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193683874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:15:09.920Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "aai-ml",
  "timestamp": 1654193684879,
  "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-06-02T18:15:09.925Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.925Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.934Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193688606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:15:09.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193689636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602181207/1.0/artifacts/service-Vfw20220602181207-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:15:09.935Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:15:09.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:15:09.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "clamp",
  "timestamp": 1654193690641,
  "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-06-02T18:15:09.943Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
2022-06-02T18:15:09.944Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:15:38.988Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:15:38.999Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:15:39.002Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:15:39.002Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:15:39.002Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:15:39.003Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:15:39.003Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:15:39.003Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?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-06-02T18:15:39.018Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:16:09.018Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 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-06-02T18:16:09.050Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 and serviceModelVersionId: 5e4fe293-65a5-45b1-8918-71bd5c3d9eed
2022-06-02T18:16:09.050Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 99e69e29-0c14-40e7-8ea1-a27d9abf66d1
2022-06-02T18:16:09.052Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0
2022-06-02T18:16:09.058Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29f834a5-11e6-4b73-9b9c-1a85dc22ea83/model-vers/model-ver/a1a48050-5e78-402e-9472-e99507a0d7d5?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:16:09.100Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Invoke
2022-06-02T18:16:09.101Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b1336c3-2a0c-4162-86e9-36d2b9807aeb], X-ECOMP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-TransactionId=[], X-ONAP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], Content-Type=[application/merge-patch+json]}
2022-06-02T18:16:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:16:09.190Z||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-06-02T18:16:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:16:10.644Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Invoke
2022-06-02T18:16:10.645Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c8d78228-6105-4736-9561-624ec85b48f0], X-ECOMP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-TransactionId=[], X-ONAP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], Content-Type=[application/merge-patch+json]}
2022-06-02T18:16:12.181Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Invoke
2022-06-02T18:16:12.181Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1b771479-e328-4e88-bc33-b4c265091b66], X-ECOMP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], X-TransactionId=[], X-ONAP-RequestID=[64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281], Content-Type=[application/merge-patch+json]}
2022-06-02T18:16:13.215Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:16:13.216Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-06-02T18:16:13.217Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:16:13.217Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-06-02T18:16:13.234Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-06-02T18:16:13.235Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:16:13.235Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:16:13.235Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:16:13.237Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:16:13.238Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193773235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:16:13.338Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:16:13.338Z||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-06-02T18:16:13.339Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:16:13.356Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:16:13.357Z||pool-211-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:16:14.069Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:16:14.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:16:14.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193773235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:16:14.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T18:16:14.324Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:16:14.325Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:16:14.325Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:16:24.913Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:16:24.913Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:16:24.914Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:16:24.914Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:16:34.509Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:17:09.187Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:17:09.188Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:17:09.188Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:17:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:17:09.190Z||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-06-02T18:17:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:17:18.776Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:17:18.788Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:09.187Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:18:09.188Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:18:09.188Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:18:09.190Z||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-06-02T18:18:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:09.827Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:09.827Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:09.828Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||received message from topic
2022-06-02T18:18:09.828Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"f1a38f97-0b64-47bc-94fa-9b0ef24d3f09","serviceName":"Demo_pNF_H8JFqUkvkK8AsrdfLDkN","serviceVersion":"1.0","serviceUUID":"d46c3beb-8668-45c9-b32a-a235a070fa33","serviceDescription":"catalog service description","serviceInvariantUUID":"c5c95be3-609d-4ce0-971f-09db805759a4","resources":[{"resourceInstanceName":"pNF 21ebc1be-14b3 0","resourceName":"pNF 21ebc1be-14b3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"52e73b64-8510-47c4-863b-cc284f3025fa","resourceInvariantUUID":"2ce31094-a269-4739-8114-cd1554ffdea5","resourceCustomizationUUID":"aebb9e9e-8027-4886-98cc-5d36d8eb09d7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml","artifactChecksum":"NDRhNmNjNDdjMDEzOWRmMDQxNjkyZTNkYzM2NGExZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53359702-506d-43b7-bbab-6a6247d24a19","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e15696ab-2bea-495b-8b4f-21e12624995a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85d70447-9ecb-4e27-b90f-d12c20b8e7af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml","artifactChecksum":"Mjc1MzA5MGMyYmU5MGM2YTQxN2RmYjBlYzRmN2UwMDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3cca2091-4a16-4923-8567-da74a55e9b19","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7908a38d-b0fa-49da-8159-97f705eb036a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9662a0ae-f4d8-40f8-b9db-14392e51b26e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml","artifactChecksum":"Njc3ODgyYmU0ZDY5Yjg3YzBkNzlmODQxYmEyMjAxMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2186b03b-f2bc-49ee-b3b2-8a88e5994232","artifactVersion":"1"},{"artifactName":"service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar","artifactChecksum":"ZjYzYzFkNDJkZTU0MmMwOTFlMmViNmNiNmJiODBjNDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8840e4ee-9de3-4551-bdab-860a64e65e9c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:18:09.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.832Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.832Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.834Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.837Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:09.837Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193833168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193839345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193842266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193850357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193850703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654193842983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193851654,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.844Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "cds",
  "timestamp": 1654193851363,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-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-06-02T18:18:09.868Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:09.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.876Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193851707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:18:09.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193852675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.877Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.878Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.878Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "policy-id",
  "timestamp": 1654193852710,
  "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-06-02T18:18:09.883Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.883Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:09.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654193853679,
  "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-06-02T18:18:09.896Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.896Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:09.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193846411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193855232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193848898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193850962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193859930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193860641,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:18:09.911Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "aai-ml",
  "timestamp": 1654193861644,
  "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-06-02T18:18:09.916Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.916Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:09.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193861863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:18:09.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654193862867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-06-02T18:18:09.937Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:09.938Z||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-06-02T18:18:09.938Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T18:18:09.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:09.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193866664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:09.951Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193869666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:18:09.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:18:09.952Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:09.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:18:09.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "clamp",
  "timestamp": 1654193870673,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-06-02T18:18:09.952Z||pool-212-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=?
2022-06-02T18:18:09.956Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
2022-06-02T18:18:09.956Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:10.837Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:10.838Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:10.840Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:10.840Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:10.941Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:10.942Z||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-06-02T18:18:10.942Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:10.955Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:10.956Z||pool-213-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:18:11.841Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:11.841Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:11.843Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:11.844Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:11.944Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:11.945Z||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-06-02T18:18:11.945Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:11.980Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:11.980Z||pool-214-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:12.844Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:12.846Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:12.850Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:12.850Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:12.950Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:12.951Z||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-06-02T18:18:12.951Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:12.963Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:12.963Z||pool-215-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:13.851Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:13.852Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:13.853Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:13.854Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:13.954Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:13.955Z||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-06-02T18:18:13.955Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:13.984Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:13.984Z||pool-216-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:14.854Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:14.855Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:14.857Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:14.857Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:14.957Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:14.958Z||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-06-02T18:18:14.958Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:14.972Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:14.972Z||pool-217-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:15.857Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:15.859Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:15.861Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:15.861Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:18:15.961Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:15.962Z||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-06-02T18:18:15.962Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:15.993Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:15.993Z||pool-218-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:18:16.862Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:18:16.863Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:16.864Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:16.865Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:18:16.965Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:16.966Z||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-06-02T18:18:16.966Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:17.000Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:17.001Z||pool-219-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:17.866Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "serviceName": "Demo_pNF_H8JFqUkvkK8AsrdfLDkN",
  "serviceVersion": "1.0",
  "serviceUUID": "d46c3beb-8668-45c9-b32a-a235a070fa33",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c5c95be3-609d-4ce0-971f-09db805759a4",
  "resources": [
    {
      "resourceInstanceName": "pNF 21ebc1be-14b3 0",
      "resourceCustomizationUUID": "aebb9e9e-8027-4886-98cc-5d36d8eb09d7",
      "resourceName": "pNF 21ebc1be-14b3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "52e73b64-8510-47c4-863b-cc284f3025fa",
      "resourceInvariantUUID": "2ce31094-a269-4739-8114-cd1554ffdea5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
      "artifactChecksum": "ZjYzYzFkNDJkZTU0MmMwOTFlMmViNmNiNmJiODBjNDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8840e4ee-9de3-4551-bdab-860a64e65e9c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:18:17.866Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:18:17.866Z|64a43c6e-c6f8-4ef2-9fcb-c1f32fafb281|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d46c3beb-8668-45c9-b32a-a235a070fa33 ASDC
2022-06-02T18:18:17.867Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||ASDC Notification:
DistributionID:f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
ServiceName:Demo_pNF_H8JFqUkvkK8AsrdfLDkN
ServiceVersion:1.0
ServiceUUID:d46c3beb-8668-45c9-b32a-a235a070fa33
ServiceInvariantUUID:c5c95be3-609d-4ce0-971f-09db805759a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
ArtifactUUID:8840e4ee-9de3-4551-bdab-860a64e65e9c
ArtifactChecksum:ZjYzYzFkNDJkZTU0MmMwOTFlMmViNmNiNmJiODBjNDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 21ebc1be-14b3 0
ResourceCustomizationUUID:aebb9e9e-8027-4886-98cc-5d36d8eb09d7
ResourceInvariantUUID:2ce31094-a269-4739-8114-cd1554ffdea5
ResourceName:pNF 21ebc1be-14b3
ResourceType:PNF
ResourceUUID:52e73b64-8510-47c4-863b-cc284f3025fa
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:18:17.868Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d46c3beb-8668-45c9-b32a-a235a070fa33 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-06-02T18:18:17.979Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:18:17.980Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:18:17.980Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:18:17.980Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Trying to download the artifact UUID: 8840e4ee-9de3-4551-bdab-860a64e65e9c from URL: /sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:17.980Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:18:17.981Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:18.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:18:18.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar 8840e4ee-9de3-4551-bdab-860a64e65e9c 82644
2022-06-02T18:18:18.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar ASDC sendASDCNotification
2022-06-02T18:18:18.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:18.149Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:18:18.149Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:18.151Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:18.151Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193898148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:18:18.251Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:18.253Z||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-06-02T18:18:18.253Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:18.280Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:18.280Z||pool-220-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-06-02T18:18:19.151Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:18:19.152Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:18:19.152Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Trying to write artifact UUID: 8840e4ee-9de3-4551-bdab-860a64e65e9c, URL: /sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar to file: /app/ASDC/1/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:19.153Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:19.153Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:19.153Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:19.333Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18154223235453075689/Definitions/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml
2022-06-02T18:18:20.142Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:18:20.143Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||####################################################################################################
2022-06-02T18:18:20.143Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.143Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 21ebc1be-14b3 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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.144Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.145Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.145Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|WARN|500||####################################################################################################
2022-06-02T18:18:20.145Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.145Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.145Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Node template pNF 21ebc1be-14b3 0 is matching search criteria
2022-06-02T18:18:20.146Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:18:20.146Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Found topology templates [pNF 21ebc1be-14b3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:18:20.146Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.146Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.147Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Node template pNF 21ebc1be-14b3 0 is matching search criteria
2022-06-02T18:18:20.147Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:18:20.147Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Found topology templates [pNF 21ebc1be-14b3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:18:20.147Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.147Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.148Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.149Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.149Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.149Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_H8JFqUkvkK8AsrdfLDkN
Description:catalog service description
Model UUID:d46c3beb-8668-45c9-b32a-a235a070fa33
Model Version:NULL
Model InvariantUuid:c5c95be3-609d-4ce0-971f-09db805759a4
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-06-02T18:18:20.168Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 52e73b64-8510-47c4-863b-cc284f3025fa
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:18:20.173Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||pNF 21ebc1be-14b3 0
2022-06-02T18:18:20.173Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 52e73b64-8510-47c4-863b-cc284f3025fa
2022-06-02T18:18:20.174Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||No resources found for Service: d46c3beb-8668-45c9-b32a-a235a070fa33
2022-06-02T18:18:20.174Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Preparing to deploy Service: d46c3beb-8668-45c9-b32a-a235a070fa33
2022-06-02T18:18:20.174Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 21ebc1be-14b3 0 52e73b64-8510-47c4-863b-cc284f3025fa 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-06-02T18:18:20.179Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e158708, org.onap.sdc.toscaparser.api.parameters.Input@33026cbe, org.onap.sdc.toscaparser.api.parameters.Input@60ab2eb8, org.onap.sdc.toscaparser.api.parameters.Input@7f28dfdc, org.onap.sdc.toscaparser.api.parameters.Input@4db73af6]
2022-06-02T18:18:20.180Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.180Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.180Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500|| resourceSeq for service uuid d46c3beb-8668-45c9-b32a-a235a070fa33: pNF 21ebc1be-14b3
2022-06-02T18:18:20.181Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Processing PNF resource: 52e73b64-8510-47c4-863b-cc284f3025fa
2022-06-02T18:18:20.181Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:18:20.181Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Service Demo_pNF_H8JFqUkvkK8AsrdfLDkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:18:20.182Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||Resource customization UUID: aebb9e9e-8027-4886-98cc-5d36d8eb09d7 is the same as notified resource customizationUUID: aebb9e9e-8027-4886-98cc-5d36d8eb09d7
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-06-02T18:18:20.304Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 21ebc1be-14b3 52e73b64-8510-47c4-863b-cc284f3025fa 0 ASDC deployResourceStructure
2022-06-02T18:18:20.305Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar ASDC sendASDCNotification
2022-06-02T18:18:20.305Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar
2022-06-02T18:18:20.305Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:18:20.305Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:20.307Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:20.307Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193900305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:18:20.407Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:20.408Z||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-06-02T18:18:20.409Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:20.450Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:20.451Z||pool-221-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:18:21.308Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:18:21.361Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1a38f97-0b64-47bc-94fa-9b0ef24d3f09
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:18:21.366Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:18:21.366Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:18:21.366Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:18:21.366Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:18:21.367Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:18:21.367Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:18:21.367Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?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-06-02T18:18:21.390Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:18:51.391Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 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-06-02T18:18:51.406Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 and serviceModelVersionId: d46c3beb-8668-45c9-b32a-a235a070fa33
2022-06-02T18:18:51.406Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5c95be3-609d-4ce0-971f-09db805759a4
2022-06-02T18:18:51.407Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0
2022-06-02T18:18:51.412Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/99e69e29-0c14-40e7-8ea1-a27d9abf66d1/model-vers/model-ver/5e4fe293-65a5-45b1-8918-71bd5c3d9eed?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:18:51.461Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Invoke
2022-06-02T18:18:51.462Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93c0519d-a088-46a2-91cd-74e08081675e], X-ECOMP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-TransactionId=[], X-ONAP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], Content-Type=[application/merge-patch+json]}
2022-06-02T18:18:53.012Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Invoke
2022-06-02T18:18:53.013Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf13aa9e-7d6e-40f1-bcc6-f6aa576c3afc], X-ECOMP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-TransactionId=[], X-ONAP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], Content-Type=[application/merge-patch+json]}
2022-06-02T18:18:54.550Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Invoke
2022-06-02T18:18:54.551Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55d9a31c-ec94-46b6-9f21-b7b10bdd4197], X-ECOMP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], X-TransactionId=[], X-ONAP-RequestID=[f1a38f97-0b64-47bc-94fa-9b0ef24d3f09], Content-Type=[application/merge-patch+json]}
2022-06-02T18:18:55.583Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:18:55.584Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-06-02T18:18:55.585Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:18:55.585Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-06-02T18:18:55.592Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-06-02T18:18:55.592Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1a38f97-0b64-47bc-94fa-9b0ef24d3f09 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:18:55.593Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:18:55.593Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:18:55.596Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:18:55.596Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193935593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:18:55.696Z||pool-222-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:18:55.697Z||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-06-02T18:18:55.697Z||pool-222-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:18:55.728Z||pool-222-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:18:55.728Z||pool-222-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-06-02T18:19:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:19:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:19:09.189Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:19:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:19:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:19:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:19:09.346Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:19:09.347Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:19:09.347Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:19:09.348Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:19:18.771Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:20:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:20:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:20:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:20:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:20:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:20:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:20:09.722Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:20:09.723Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.723Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.724Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.724Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.724Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.725Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/resourceInstances/pnf21ebc1be14b30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.726Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193889187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193898148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.727Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193900305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH8jfqukvkk8asrdfldkn/1.0/artifacts/service-DemoPnfH8jfqukvkk8asrdfldkn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:20:09.728Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:20:09.728Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:20:09.728Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "f1a38f97-0b64-47bc-94fa-9b0ef24d3f09",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654193935593,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:20:09.728Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:20:18.777Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:21:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:21:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:21:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:21:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:21:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:21:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:21:18.797Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:21:18.803Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:22:09.188Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:22:09.189Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:22:09.189Z||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-06-02T18:22:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:09.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194116411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194118168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194118898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194119346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194127143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194126998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:22:09.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "cds",
  "timestamp": 1654194128004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-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-06-02T18:22:09.540Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:22:09.541Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:22:09.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194128301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:22:09.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:22:09.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194120962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:09.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:22:09.861Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:09.862Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||received message from topic
2022-06-02T18:22:09.862Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"aa02a550-5d51-449d-b9a3-488c478aee20","serviceName":"Demo_pNF_MbzrDASLGUw6jVJskfog","serviceVersion":"1.0","serviceUUID":"67664573-f6e8-48b4-aa58-95b753384048","serviceDescription":"catalog service description","serviceInvariantUUID":"877691e8-cbff-4053-a28f-9755a9c819ee","resources":[{"resourceInstanceName":"pNF 4e20a4e5-2909 0","resourceName":"pNF 4e20a4e5-2909","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a51ec2b-6470-40ed-945a-6bccc0959c46","resourceInvariantUUID":"1667406d-7c90-4767-8744-9153bea87129","resourceCustomizationUUID":"ed876d8b-ddc3-4c7c-a768-4bb835f51df3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml","artifactChecksum":"OTRjNTUwNDVhNWNjODBkMGNiNTY1YWMzZjk2M2QxODA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29622ed0-593b-4d4f-919e-db292d2bf6dd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"26b8a279-0e59-4e3b-9b26-890a8af3dc63","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ac46428-7a9c-4dc6-9239-b4931cfbd22f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml","artifactChecksum":"NGRiMzQxMDEwZGM4ZDJiMjhlMTNlYTg2Y2NiZGM4YTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6b466ca-7b2b-4ec3-8741-4692e3a651c1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f2a9196-0dd3-439d-a704-1f4246fe79c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ef4654ff-a247-44ad-ba6e-feed9c95a51a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMbzrdaslguw6jvjskfog-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml","artifactChecksum":"OTUzZTNkZTFjNWQ3MTBhZmFkZmMyYjc2MmYzZGQ2MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"688181e8-5312-4fad-96f4-f03df8934b9e","artifactVersion":"1"},{"artifactName":"service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar","artifactChecksum":"OTFlYzdiZmUyYjgzZWU0MDc1ZWJiYWNiMDg2N2Y0OGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82535bae-2693-491b-bc43-d7209cd985a8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:22:09.864Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:09.864Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:09.866Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:09.866Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:09.968Z||pool-223-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T18:22:09.969Z||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-06-02T18:22:09.969Z||pool-223-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:09.982Z||pool-223-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:09.982Z||pool-223-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:22:10.868Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:10.871Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:10.873Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:10.873Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:10.973Z||pool-224-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:10.974Z||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-06-02T18:22:10.974Z||pool-224-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:10.987Z||pool-224-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:10.988Z||pool-224-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:22:11.873Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:11.874Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:11.876Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:11.876Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:11.976Z||pool-225-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:11.977Z||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-06-02T18:22:11.977Z||pool-225-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:12.029Z||pool-225-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:12.030Z||pool-225-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:22:12.880Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:12.881Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:12.883Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:12.883Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:12.983Z||pool-226-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:22:12.984Z||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-06-02T18:22:12.985Z||pool-226-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:12.996Z||pool-226-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:12.996Z||pool-226-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:13.884Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:13.885Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:13.886Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:13.887Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:13.987Z||pool-227-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:13.988Z||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-06-02T18:22:13.988Z||pool-227-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:14.003Z||pool-227-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:14.004Z||pool-227-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:22:14.887Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:14.888Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:14.889Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:14.890Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:14.990Z||pool-228-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:14.990Z||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-06-02T18:22:14.990Z||pool-228-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:15.006Z||pool-228-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:15.007Z||pool-228-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:15.890Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:15.891Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:15.892Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:15.893Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:22:15.993Z||pool-229-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:15.994Z||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-06-02T18:22:15.994Z||pool-229-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:16.009Z||pool-229-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:16.009Z||pool-229-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:16.893Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:22:16.894Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:16.896Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:16.896Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:22:16.996Z||pool-230-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:16.997Z||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-06-02T18:22:16.997Z||pool-230-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:17.017Z||pool-230-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:17.017Z||pool-230-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:17.897Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "serviceName": "Demo_pNF_MbzrDASLGUw6jVJskfog",
  "serviceVersion": "1.0",
  "serviceUUID": "67664573-f6e8-48b4-aa58-95b753384048",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "877691e8-cbff-4053-a28f-9755a9c819ee",
  "resources": [
    {
      "resourceInstanceName": "pNF 4e20a4e5-2909 0",
      "resourceCustomizationUUID": "ed876d8b-ddc3-4c7c-a768-4bb835f51df3",
      "resourceName": "pNF 4e20a4e5-2909",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5a51ec2b-6470-40ed-945a-6bccc0959c46",
      "resourceInvariantUUID": "1667406d-7c90-4767-8744-9153bea87129",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
      "artifactChecksum": "OTFlYzdiZmUyYjgzZWU0MDc1ZWJiYWNiMDg2N2Y0OGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "82535bae-2693-491b-bc43-d7209cd985a8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:22:17.897Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:22:17.898Z|f1a38f97-0b64-47bc-94fa-9b0ef24d3f09|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67664573-f6e8-48b4-aa58-95b753384048 ASDC
2022-06-02T18:22:17.898Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||ASDC Notification:
DistributionID:aa02a550-5d51-449d-b9a3-488c478aee20
ServiceName:Demo_pNF_MbzrDASLGUw6jVJskfog
ServiceVersion:1.0
ServiceUUID:67664573-f6e8-48b4-aa58-95b753384048
ServiceInvariantUUID:877691e8-cbff-4053-a28f-9755a9c819ee
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
ArtifactUUID:82535bae-2693-491b-bc43-d7209cd985a8
ArtifactChecksum:OTFlYzdiZmUyYjgzZWU0MDc1ZWJiYWNiMDg2N2Y0OGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4e20a4e5-2909 0
ResourceCustomizationUUID:ed876d8b-ddc3-4c7c-a768-4bb835f51df3
ResourceInvariantUUID:1667406d-7c90-4767-8744-9153bea87129
ResourceName:pNF 4e20a4e5-2909
ResourceType:PNF
ResourceUUID:5a51ec2b-6470-40ed-945a-6bccc0959c46
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:22:17.898Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67664573-f6e8-48b4-aa58-95b753384048 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-06-02T18:22:17.933Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:22:17.933Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:22:17.934Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:22:17.934Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Trying to download the artifact UUID: 82535bae-2693-491b-bc43-d7209cd985a8 from URL: /sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:17.934Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:22:17.934Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:18.002Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:22:18.005Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar 82535bae-2693-491b-bc43-d7209cd985a8 82643
2022-06-02T18:22:18.006Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar ASDC sendASDCNotification
2022-06-02T18:22:18.006Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:18.006Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:22:18.007Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:18.009Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:18.009Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194138006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:22:18.109Z||pool-231-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:18.110Z||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-06-02T18:22:18.110Z||pool-231-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:18.126Z||pool-231-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:18.126Z||pool-231-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:19.009Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:22:19.010Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:22:19.011Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Trying to write artifact UUID: 82535bae-2693-491b-bc43-d7209cd985a8, URL: /sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar to file: /app/ASDC/1/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.011Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.012Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.012Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.109Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3097198316424612208/Definitions/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml
2022-06-02T18:22:19.835Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:22:19.835Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||####################################################################################################
2022-06-02T18:22:19.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:22:19.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4e20a4e5-2909 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-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|WARN|500||####################################################################################################
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.838Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Node template pNF 4e20a4e5-2909 0 is matching search criteria
2022-06-02T18:22:19.838Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:22:19.838Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found topology templates [pNF 4e20a4e5-2909 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:22:19.838Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.839Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.839Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Node template pNF 4e20a4e5-2909 0 is matching search criteria
2022-06-02T18:22:19.839Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:22:19.839Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found topology templates [pNF 4e20a4e5-2909 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:22:19.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.842Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MbzrDASLGUw6jVJskfog
Description:catalog service description
Model UUID:67664573-f6e8-48b4-aa58-95b753384048
Model Version:NULL
Model InvariantUuid:877691e8-cbff-4053-a28f-9755a9c819ee
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-06-02T18:22:19.848Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Processing Resource Type: PNF, Model UUID: 5a51ec2b-6470-40ed-945a-6bccc0959c46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:22:19.850Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||pNF 4e20a4e5-2909 0
2022-06-02T18:22:19.850Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a51ec2b-6470-40ed-945a-6bccc0959c46
2022-06-02T18:22:19.851Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||No resources found for Service: 67664573-f6e8-48b4-aa58-95b753384048
2022-06-02T18:22:19.851Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Preparing to deploy Service: 67664573-f6e8-48b4-aa58-95b753384048
2022-06-02T18:22:19.851Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4e20a4e5-2909 0 5a51ec2b-6470-40ed-945a-6bccc0959c46 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-06-02T18:22:19.861Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69830f88, org.onap.sdc.toscaparser.api.parameters.Input@3a1ee39c, org.onap.sdc.toscaparser.api.parameters.Input@6d60e51d, org.onap.sdc.toscaparser.api.parameters.Input@5a47230d, org.onap.sdc.toscaparser.api.parameters.Input@2b498882]
2022-06-02T18:22:19.861Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.861Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.861Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500|| resourceSeq for service uuid 67664573-f6e8-48b4-aa58-95b753384048: pNF 4e20a4e5-2909
2022-06-02T18:22:19.862Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Processing PNF resource: 5a51ec2b-6470-40ed-945a-6bccc0959c46
2022-06-02T18:22:19.862Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:22:19.862Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Service Demo_pNF_MbzrDASLGUw6jVJskfog is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:22:19.862Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||Resource customization UUID: ed876d8b-ddc3-4c7c-a768-4bb835f51df3 is the same as notified resource customizationUUID: ed876d8b-ddc3-4c7c-a768-4bb835f51df3
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-06-02T18:22:19.898Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4e20a4e5-2909 5a51ec2b-6470-40ed-945a-6bccc0959c46 0 ASDC deployResourceStructure
2022-06-02T18:22:19.899Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar ASDC sendASDCNotification
2022-06-02T18:22:19.899Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar
2022-06-02T18:22:19.899Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:22:19.899Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:22:19.901Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:22:19.901Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194139899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:22:20.001Z||pool-232-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:22:20.002Z||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-06-02T18:22:20.002Z||pool-232-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:22:20.015Z||pool-232-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:22:20.015Z||pool-232-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:22:20.902Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:22:20.915Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:22:20.917Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:22:20.917Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:22:20.918Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:22:50.918Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:22:50.940Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:22:50.958Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:22:50.959Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:22:50.959Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:23:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:23:09.190Z||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-06-02T18:23:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:23:09.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:23:09.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:23:09.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194129306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:23:09.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:23:20.959Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:23:20.972Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:23:20.974Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:23:20.974Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:23:20.974Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:23:50.975Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:23:50.992Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:23:50.996Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:23:50.996Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:23:50.996Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:24:09.190Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:24:09.192Z||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-06-02T18:24:09.193Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:24:09.244Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:24:09.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:24:09.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194122265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:24:09.246Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:24:20.997Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:24:21.023Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:24:21.025Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:24:21.025Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:24:21.025Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:24:51.026Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:24:51.053Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:24:51.055Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:24:51.056Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:24:51.056Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:25:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:25:09.190Z||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-06-02T18:25:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:25:09.727Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:25:09.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194129897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "policy-id",
  "timestamp": 1654194130309,
  "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-06-02T18:25:09.761Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:25:09.762Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:09.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194131094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194122983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:25:09.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194132207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194132098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194132449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194133213,
  "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-06-02T18:25:09.781Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:25:09.781Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:09.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194133102,
  "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-06-02T18:25:09.793Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:25:09.794Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:09.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "aai-ml",
  "timestamp": 1654194133452,
  "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-06-02T18:25:09.808Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:25:09.808Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:09.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/resourceInstances/pnf4e20a4e529090/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:25:09.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194129187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194138006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194138755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194139899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194141753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMbzrdaslguw6jvjskfog/1.0/artifacts/service-DemoPnfMbzrdaslguw6jvjskfog-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:25:09.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "clamp",
  "timestamp": 1654194142757,
  "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-06-02T18:25:09.831Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa02a550-5d51-449d-b9a3-488c478aee20
2022-06-02T18:25:09.831Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:21.056Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:25:21.071Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:25:21.073Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:25:21.073Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:25:21.073Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:25:21.074Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:25:21.074Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:25:21.074Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:25:21.075Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?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-06-02T18:25:21.081Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:25:51.082Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: aa02a550-5d51-449d-b9a3-488c478aee20 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-06-02T18:25:51.093Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa02a550-5d51-449d-b9a3-488c478aee20 and serviceModelVersionId: 67664573-f6e8-48b4-aa58-95b753384048
2022-06-02T18:25:51.093Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 877691e8-cbff-4053-a28f-9755a9c819ee
2022-06-02T18:25:51.095Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0
2022-06-02T18:25:51.105Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5c95be3-609d-4ce0-971f-09db805759a4/model-vers/model-ver/d46c3beb-8668-45c9-b32a-a235a070fa33?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:25:51.158Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Invoke
2022-06-02T18:25:51.159Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca6cbc26-f465-461d-8986-ab8d8c7fdf12], X-ECOMP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-TransactionId=[], X-ONAP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], Content-Type=[application/merge-patch+json]}
2022-06-02T18:25:52.693Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Invoke
2022-06-02T18:25:52.694Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7f7faad-ac4d-4c27-8742-ecba2f504411], X-ECOMP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-TransactionId=[], X-ONAP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], Content-Type=[application/merge-patch+json]}
2022-06-02T18:25:54.260Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Invoke
2022-06-02T18:25:54.261Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5596bdba-dee9-43ca-817d-2e2c1aaaea6e], X-ECOMP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], X-TransactionId=[], X-ONAP-RequestID=[aa02a550-5d51-449d-b9a3-488c478aee20], Content-Type=[application/merge-patch+json]}
2022-06-02T18:25:55.296Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:25:55.297Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-06-02T18:25:55.298Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:25:55.298Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-06-02T18:25:55.308Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-06-02T18:25:55.308Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa02a550-5d51-449d-b9a3-488c478aee20 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:25:55.309Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:25:55.309Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:25:55.312Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:25:55.312Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194355308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:25:55.412Z||pool-233-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:25:55.414Z||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-06-02T18:25:55.414Z||pool-233-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:25:55.437Z||pool-233-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:25:55.438Z||pool-233-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T18:25:56.334Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:25:56.335Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:25:56.335Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:00.824Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:00.824Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||received message from topic
2022-06-02T18:26:00.824Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e02dd371-437d-4e10-95a7-df2b7cac3908","serviceName":"vFW 2022-06-02 18-22-59","serviceVersion":"1.0","serviceUUID":"2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd","serviceDescription":"catalog service description","serviceInvariantUUID":"85b5a39e-db53-4a22-8bc7-a041a96d521f","resources":[{"resourceInstanceName":"vFW dfa15f81-7a22 0","resourceName":"vFW dfa15f81-7a22","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f5100af8-73be-47e4-8dc2-92b6c11579ae","resourceInvariantUUID":"47e73dce-74e6-4dcb-9cf4-6a6728bab655","resourceCustomizationUUID":"b0566315-1ab6-4aac-ae23-c01931db31ea","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ2ZTZlZDg0ODg4OTQyOGJjOGEzMDU5ZTU1ZGNhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0bec596-0cc9-4619-9f3c-e57ef4dfa7e1","artifactVersion":"1"},{"artifactName":"vfwdfa15f817a220_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json","artifactChecksum":"M2RmZjMxMjYyYzJjMTRkNjkwYzA0NzZmZmM2MWIyOGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"905a5cbd-2e87-4676-84d5-f60694e61e44","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5c9a3330-439d-4d65-9fd7-1190397a7cec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml","artifactChecksum":"OWIwNjQzMmM4MWRkYThmNWI0OTkyNWUwYzZmMTY0MWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"092347e2-8c1d-4e6c-925b-5d252a1cd812","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1e4abbfa-8ad4-4b5b-a879-9783e6462c4e","artifactVersion":"2","generatedFromUUID":"5c9a3330-439d-4d65-9fd7-1190397a7cec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220602182259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml","artifactChecksum":"OWMyOWU5YTcwMzVmN2FiZThjMjVkNzQ1OTdmNDhlNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e5ca012-0a34-4c27-9efe-fe63fc84aeea","artifactVersion":"1"},{"artifactName":"service-Vfw20220602182259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar","artifactChecksum":"MjllODg1Y2RjODRmNWJhMDE1MTlkMDk5YmZmN2VlNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b86226ad-4cc3-4d05-9efc-4e0afb70a48c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:26:00.827Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:00.827Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:00.829Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:00.829Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:00.929Z||pool-234-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:00.930Z||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-06-02T18:26:00.930Z||pool-234-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:00.955Z||pool-234-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:00.956Z||pool-234-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:01.829Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:01.830Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:01.832Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:01.832Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:26:01.932Z||pool-235-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:01.933Z||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-06-02T18:26:01.934Z||pool-235-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:01.950Z||pool-235-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:01.950Z||pool-235-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:02.833Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:02.833Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:02.835Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:02.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:26:02.936Z||pool-236-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:02.937Z||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-06-02T18:26:02.937Z||pool-236-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:02.951Z||pool-236-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:02.952Z||pool-236-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:03.836Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:03.837Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:03.839Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:03.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:03.940Z||pool-237-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:03.941Z||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-06-02T18:26:03.941Z||pool-237-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:03.964Z||pool-237-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:03.964Z||pool-237-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:04.840Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:04.841Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:04.843Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:04.843Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:26:04.943Z||pool-238-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:04.944Z||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-06-02T18:26:04.944Z||pool-238-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:04.956Z||pool-238-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:04.957Z||pool-238-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:05.844Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:05.845Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:05.847Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:05.847Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:05.947Z||pool-239-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:05.948Z||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-06-02T18:26:05.948Z||pool-239-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:05.960Z||pool-239-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:05.961Z||pool-239-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:06.848Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:26:06.849Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:06.851Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:06.851Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:06.951Z||pool-240-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:06.952Z||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-06-02T18:26:06.952Z||pool-240-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:06.984Z||pool-240-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:06.984Z||pool-240-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:26:07.852Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "serviceName": "vFW 2022-06-02 18-22-59",
  "serviceVersion": "1.0",
  "serviceUUID": "2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "85b5a39e-db53-4a22-8bc7-a041a96d521f",
  "resources": [
    {
      "resourceInstanceName": "vFW dfa15f81-7a22 0",
      "resourceCustomizationUUID": "b0566315-1ab6-4aac-ae23-c01931db31ea",
      "resourceName": "vFW dfa15f81-7a22",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f5100af8-73be-47e4-8dc2-92b6c11579ae",
      "resourceInvariantUUID": "47e73dce-74e6-4dcb-9cf4-6a6728bab655",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdfa15f817a220_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
          "artifactChecksum": "M2RmZjMxMjYyYzJjMTRkNjkwYzA0NzZmZmM2MWIyOGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "905a5cbd-2e87-4676-84d5-f60694e61e44",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5c9a3330-439d-4d65-9fd7-1190397a7cec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1e4abbfa-8ad4-4b5b-a879-9783e6462c4e",
            "generatedFromUUID": "5c9a3330-439d-4d65-9fd7-1190397a7cec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1e4abbfa-8ad4-4b5b-a879-9783e6462c4e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220602182259-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
      "artifactChecksum": "MjllODg1Y2RjODRmNWJhMDE1MTlkMDk5YmZmN2VlNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b86226ad-4cc3-4d05-9efc-4e0afb70a48c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:26:07.852Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:26:07.853Z|aa02a550-5d51-449d-b9a3-488c478aee20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd ASDC
2022-06-02T18:26:07.853Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e02dd371-437d-4e10-95a7-df2b7cac3908
ServiceName:vFW 2022-06-02 18-22-59
ServiceVersion:1.0
ServiceUUID:2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd
ServiceInvariantUUID:85b5a39e-db53-4a22-8bc7-a041a96d521f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220602182259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar
ArtifactUUID:b86226ad-4cc3-4d05-9efc-4e0afb70a48c
ArtifactChecksum:MjllODg1Y2RjODRmNWJhMDE1MTlkMDk5YmZmN2VlNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dfa15f81-7a22 0
ResourceCustomizationUUID:b0566315-1ab6-4aac-ae23-c01931db31ea
ResourceInvariantUUID:47e73dce-74e6-4dcb-9cf4-6a6728bab655
ResourceName:vFW dfa15f81-7a22
ResourceType:VF
ResourceUUID:f5100af8-73be-47e4-8dc2-92b6c11579ae
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdfa15f817a220_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json
ArtifactUUID:905a5cbd-2e87-4676-84d5-f60694e61e44
ArtifactChecksum:M2RmZjMxMjYyYzJjMTRkNjkwYzA0NzZmZmM2MWIyOGY=
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/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml
ArtifactUUID:5c9a3330-439d-4d65-9fd7-1190397a7cec
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/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
ArtifactUUID:1e4abbfa-8ad4-4b5b-a879-9783e6462c4e
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/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
ArtifactUUID:1e4abbfa-8ad4-4b5b-a879-9783e6462c4e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T18:26:07.853Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd 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-06-02T18:26:07.884Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:26:07.885Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:26:07.885Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:26:07.885Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Trying to download the artifact UUID: b86226ad-4cc3-4d05-9efc-4e0afb70a48c from URL: /sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:07.885Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:26:07.885Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:08.030Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:26:08.035Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar b86226ad-4cc3-4d05-9efc-4e0afb70a48c 99004
2022-06-02T18:26:08.035Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar ASDC sendASDCNotification
2022-06-02T18:26:08.035Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:08.036Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:26:08.036Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:08.038Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:08.038Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194368035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:08.139Z||pool-241-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T18:26:08.140Z||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-06-02T18:26:08.141Z||pool-241-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:08.165Z||pool-241-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:08.166Z||pool-241-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:09.038Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:26:09.040Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:26:09.040Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Trying to write artifact UUID: b86226ad-4cc3-4d05-9efc-4e0afb70a48c, URL: /sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar to file: /app/ASDC/1/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:09.041Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220602182259-csar.csar
2022-06-02T18:26:09.041Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:09.041Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:26:09.190Z||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-06-02T18:26:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:09.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5325936412958062896/Definitions/service-Vfw20220602182259-template.yml
2022-06-02T18:26:09.825Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:09.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.828Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194313168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.834Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194324761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194319346,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "cds",
  "timestamp": 1654194325766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-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-06-02T18:26:09.866Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.866Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194327452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.877Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.877Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.877Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.878Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.878Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.878Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194328458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:09.879Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.879Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.879Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194322272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "policy-id",
  "timestamp": 1654194329462,
  "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-06-02T18:26:09.887Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.887Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.896Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.896Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194322983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.897Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194331291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194326411,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194332794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194334009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194334436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194335051,
  "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-06-02T18:26:09.909Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.909Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194328898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194336055,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194330962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194338902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194342569,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:09.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194343576,
  "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-06-02T18:26:09.926Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.927Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194344098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:26:09.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194344242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "aai-ml",
  "timestamp": 1654194345105,
  "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-06-02T18:26:09.943Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.943Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194345856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:09.955Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "clamp",
  "timestamp": 1654194346859,
  "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-06-02T18:26:09.960Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e02dd371-437d-4e10-95a7-df2b7cac3908
2022-06-02T18:26:09.960Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:09.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa02a550-5d51-449d-b9a3-488c478aee20",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194355308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.972Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:26:09.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.973Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194356334,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:26:09.973Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:26:09.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:26:09.974Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194368035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:09.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-06-02T18:26:11.265Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:26:11.265Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||####################################################################################################
2022-06-02T18:26:11.265Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.265Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dfa15f81-7a22 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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.266Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-Vfw20220602182259-csar.csar
2022-06-02T18:26:11.267Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|WARN|500||####################################################################################################
2022-06-02T18:26:11.267Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.267Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.267Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:11.267Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:26:11.268Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:26:11.269Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.270Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:26:11.271Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:11.272Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:26:11.273Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bef1a4d-c513-4daf-9663-a2dcc357d8da
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:11.274Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:26:11.275Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d3f0193-30fb-407e-a1fa-dbbeccacb61e
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:11.276Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:11.277Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7671f11f-34a0-41d9-981e-35b8e1fa8218
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:11.278Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:11.279Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-02 18-22-59
Description:catalog service description
Model UUID:2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd
Model Version:NULL
Model InvariantUuid:85b5a39e-db53-4a22-8bc7-a041a96d521f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dfa15f81-7a22
Model UUID:443aaef7-aa4b-443c-ad82-1a72756b5e8f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:47e73dce-74e6-4dcb-9cf4-6a6728bab655
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0566315-1ab6-4aac-ae23-c01931db31ea
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0c037b45-504a-49aa-9346-11dd993235ef
ModelName:VfwDfa15f817a22..base_vfw..module-0
ModelUuid:c082bcd4-8261-459d-b3eb-76183b60ce1b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4bef1a4d-c513-4daf-9663-a2dcc357d8da
ModelInvariantUuid:371b9a98-82a7-44de-a540-6c56ed663419
ModelName:vFW dfa15f81-7a22-nodes.vfwCvfc
ModelUuid:3fb5c548-8384-450f-a384-5d664ff4fc8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:740a9f79-21fb-4e69-8056-8947a19604d3
ModelInvariantUuid:6ef83e78-6ba0-4c8a-a6b2-a7c4f9ad848f
ModelName:VfwDfa15f817a22.compute.nodes.heat.vfw
ModelUuid:f9f97828-af1a-4857-b8cf-b3c8f65f249f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d3f0193-30fb-407e-a1fa-dbbeccacb61e
ModelInvariantUuid:f8bf8924-cb1a-426c-a0ba-95638debae06
ModelName:vFW dfa15f81-7a22-nodes.vsnCvfc
ModelUuid:2e80448d-2731-4255-b5e3-ed59e7d49221
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:837c4285-2708-4796-ab02-accf54a12621
ModelInvariantUuid:84d85744-8f53-423b-8047-7eb1339a5c47
ModelName:VfwDfa15f817a22.compute.nodes.heat.vsn
ModelUuid:04d083ad-cd2e-4a81-a5d1-3afd93560d8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7671f11f-34a0-41d9-981e-35b8e1fa8218
ModelInvariantUuid:3e187d1a-26d4-4b78-b6fd-120d63f00cc6
ModelName:vFW dfa15f81-7a22-nodes.vpgCvfc
ModelUuid:dfaf3a2c-0e7b-428f-9ff5-00b0fd2c2e89
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:918b65d4-e1e7-47d9-a847-7c9cdbb6a8b5
ModelInvariantUuid:c053691f-2793-428f-9a60-744ec1177f3d
ModelName:VfwDfa15f817a22.compute.nodes.heat.vpg
ModelUuid:0cb0fa07-a3c5-4cc8-b3f3-2ff5161ba9d1
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-06-02T18:26:11.287Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: f5100af8-73be-47e4-8dc2-92b6c11579ae
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:26:11.294Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||vFW dfa15f81-7a22 0
2022-06-02T18:26:11.294Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: f5100af8-73be-47e4-8dc2-92b6c11579ae
2022-06-02T18:26:11.294Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Trying to download the artifact UUID: 905a5cbd-2e87-4676-84d5-f60694e61e44 from URL: /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json
2022-06-02T18:26:11.294Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:26:11.294Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json
2022-06-02T18:26:11.430Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:26:11.430Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json 905a5cbd-2e87-4676-84d5-f60694e61e44 785
2022-06-02T18:26:11.431Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json ASDC sendASDCNotification
2022-06-02T18:26:11.431Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json
2022-06-02T18:26:11.431Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:26:11.431Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:11.433Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:11.433Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194371431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:11.533Z||pool-242-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:11.534Z||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-06-02T18:26:11.534Z||pool-242-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:11.550Z||pool-242-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:11.551Z||pool-242-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:26:12.433Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfa15f817a22..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c037b45-504a-49aa-9346-11dd993235ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c082bcd4-8261-459d-b3eb-76183b60ce1b",
    "vfModuleModelCustomizationUUID": "521248da-7eab-438a-851b-874dc97f041d",
    "isBase": true,
    "artifacts": [
      "5c9a3330-439d-4d65-9fd7-1190397a7cec",
      "1e4abbfa-8ad4-4b5b-a879-9783e6462c4e"
    ],
    "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-06-02T18:26:12.443Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfa15f817a22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c082bcd4-8261-459d-b3eb-76183b60ce1b
VfModuleModelInvariantUUID:0c037b45-504a-49aa-9346-11dd993235ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c9a3330-439d-4d65-9fd7-1190397a7cec
,
1e4abbfa-8ad4-4b5b-a879-9783e6462c4e

}
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-06-02T18:26:12.445Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDfa15f817a22..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0c037b45-504a-49aa-9346-11dd993235ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c082bcd4-8261-459d-b3eb-76183b60ce1b",
    "vfModuleModelCustomizationUUID": "521248da-7eab-438a-851b-874dc97f041d",
    "isBase": true,
    "artifacts": [
      "5c9a3330-439d-4d65-9fd7-1190397a7cec",
      "1e4abbfa-8ad4-4b5b-a879-9783e6462c4e"
    ],
    "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-06-02T18:26:12.445Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDfa15f817a22..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c082bcd4-8261-459d-b3eb-76183b60ce1b
VfModuleModelInvariantUUID:0c037b45-504a-49aa-9346-11dd993235ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
5c9a3330-439d-4d65-9fd7-1190397a7cec
,
1e4abbfa-8ad4-4b5b-a879-9783e6462c4e

}
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-06-02T18:26:12.445Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Trying to download the artifact UUID: 5c9a3330-439d-4d65-9fd7-1190397a7cec from URL: /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml
2022-06-02T18:26:12.445Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:26:12.445Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml
2022-06-02T18:26:12.557Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:26:12.558Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml 5c9a3330-439d-4d65-9fd7-1190397a7cec 20368
2022-06-02T18:26:12.558Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:26:12.558Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml
2022-06-02T18:26:12.558Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:26:12.559Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:12.560Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:12.560Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194372558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:12.661Z||pool-243-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:12.661Z||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-06-02T18:26:12.661Z||pool-243-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:12.697Z||pool-243-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:12.698Z||pool-243-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:13.561Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Trying to download the artifact UUID: 1e4abbfa-8ad4-4b5b-a879-9783e6462c4e from URL: /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
2022-06-02T18:26:13.562Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:26:13.562Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
2022-06-02T18:26:13.607Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:26:13.608Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env 1e4abbfa-8ad4-4b5b-a879-9783e6462c4e 2098
2022-06-02T18:26:13.608Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:26:13.608Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
2022-06-02T18:26:13.608Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:26:13.609Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:13.613Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:13.613Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194373608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:26:13.713Z||pool-244-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:13.713Z||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-06-02T18:26:13.713Z||pool-244-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:13.731Z||pool-244-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:13.731Z||pool-244-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:26:14.613Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Preparing to deploy Service: 2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd
2022-06-02T18:26:14.614Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dfa15f81-7a22 0 f5100af8-73be-47e4-8dc2-92b6c11579ae 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-06-02T18:26:14.637Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63cecb35, org.onap.sdc.toscaparser.api.parameters.Input@7a0e9851, org.onap.sdc.toscaparser.api.parameters.Input@380398cc, org.onap.sdc.toscaparser.api.parameters.Input@3670f220, org.onap.sdc.toscaparser.api.parameters.Input@237210b8]
2022-06-02T18:26:14.639Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.639Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.640Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T18:26:14.640Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||VFCustomizationUUID= b0566315-1ab6-4aac-ae23-c01931db31ea
2022-06-02T18:26:14.640Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0566315-1ab6-4aac-ae23-c01931db31ea matches Tosca VF Customization UUID: b0566315-1ab6-4aac-ae23-c01931db31ea
2022-06-02T18:26:14.641Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||vfCustomizationUUID: b0566315-1ab6-4aac-ae23-c01931db31ea  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-06-02T18:26:14.645Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.646Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.647Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||resource request for resource customization id b0566315-1ab6-4aac-ae23-c01931db31ea: {\"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-06-02T18:26:14.648Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3881f2fd
2022-06-02T18:26:14.648Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.648Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:26:14.649Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 521248da-7eab-438a-851b-874dc97f041d
2022-06-02T18:26:14.649Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 521248da-7eab-438a-851b-874dc97f041d
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-06-02T18:26:14.653Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.653Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.653Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:14.654Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.654Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.654Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:14.655Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.655Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:14.655Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:14.655Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:14.656Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-02T18:26:14.656Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:26:14.656Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:26:14.657Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.657Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.657Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:26:14.657Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.658Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:26:14.658Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.658Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4bef1a4d-c513-4daf-9663-a2dcc357d8da
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-06-02T18:26:14.661Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.661Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.662Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:14.662Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.662Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:14.662Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:14.663Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:14.663Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:26:14.663Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.663Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.664Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.664Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:26:14.664Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-02T18:26:14.665Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-02T18:26:14.665Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.665Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg is not matching search criteria
2022-06-02T18:26:14.666Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.666Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d3f0193-30fb-407e-a1fa-dbbeccacb61e
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-06-02T18:26:14.673Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.673Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.674Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:14.674Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.674Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is not matching search criteria
2022-06-02T18:26:14.674Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-02T18:26:14.675Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-02T18:26:14.675Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-02T18:26:14.675Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.676Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.676Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.676Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vfw is not matching search criteria
2022-06-02T18:26:14.677Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-02T18:26:14.677Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn is not matching search criteria
2022-06-02T18:26:14.677Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-02T18:26:14.677Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-02T18:26:14.678Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-02T18:26:14.678Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7671f11f-34a0-41d9-981e-35b8e1fa8218
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-06-02T18:26:14.684Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.685Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.685Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:26:14.685Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.686Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Node template vFW dfa15f81-7a22 0 is matching search criteria
2022-06-02T18:26:14.686Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found topology templates [vFW dfa15f81-7a22 0] matching following query criteria: sdcType=VF, customizationUUID=b0566315-1ab6-4aac-ae23-c01931db31ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:26:14.696Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.697Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.697Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500|| resourceSeq for service uuid 2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd: vFW dfa15f81-7a22
2022-06-02T18:26:14.697Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.698Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.698Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.698Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.699Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.699Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.699Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.699Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.700Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:26:14.700Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Service vFW 2022-06-02 18-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:26:14.700Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||Saving Service: vFW 2022-06-02 18-22-59 
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-06-02T18:26:14.889Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dfa15f81-7a22 f5100af8-73be-47e4-8dc2-92b6c11579ae 1 ASDC deployResourceStructure
2022-06-02T18:26:14.889Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json ASDC sendASDCNotification
2022-06-02T18:26:14.889Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json
2022-06-02T18:26:14.890Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:26:14.890Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:14.892Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:14.892Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194374889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:14.992Z||pool-245-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:14.993Z||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-06-02T18:26:14.993Z||pool-245-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:15.008Z||pool-245-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:15.009Z||pool-245-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:15.893Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-02T18:26:15.893Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml
2022-06-02T18:26:15.893Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:26:15.894Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:15.895Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:15.895Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194375893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:15.996Z||pool-246-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:15.997Z||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-06-02T18:26:15.997Z||pool-246-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:16.011Z||pool-246-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:16.012Z||pool-246-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:16.896Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-02T18:26:16.896Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env
2022-06-02T18:26:16.897Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:26:16.897Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:16.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:16.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194376896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:16.999Z||pool-247-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:17.000Z||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-06-02T18:26:17.000Z||pool-247-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:17.018Z||pool-247-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:17.018Z||pool-247-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:26:17.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar ASDC sendASDCNotification
2022-06-02T18:26:17.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar
2022-06-02T18:26:17.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:26:17.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:17.903Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:17.903Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194377899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:26:18.003Z||pool-248-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:18.004Z||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-06-02T18:26:18.004Z||pool-248-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:18.019Z||pool-248-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:18.023Z||pool-248-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:26:18.904Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e02dd371-437d-4e10-95a7-df2b7cac3908
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:26:18.913Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e02dd371-437d-4e10-95a7-df2b7cac3908
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:26:18.916Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?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-06-02T18:26:18.922Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:26:48.922Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e02dd371-437d-4e10-95a7-df2b7cac3908 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-06-02T18:26:48.933Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e02dd371-437d-4e10-95a7-df2b7cac3908 and serviceModelVersionId: 2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd
2022-06-02T18:26:48.933Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85b5a39e-db53-4a22-8bc7-a041a96d521f
2022-06-02T18:26:48.934Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0
2022-06-02T18:26:48.937Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:26:48.966Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/877691e8-cbff-4053-a28f-9755a9c819ee/model-vers/model-ver/67664573-f6e8-48b4-aa58-95b753384048?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:48.967Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Invoke
2022-06-02T18:26:50.484Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:50.485Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Invoke
2022-06-02T18:26:52.024Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:52.025Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Invoke
2022-06-02T18:26:53.054Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:26:53.056Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:53.057Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:26:53.057Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:53.069Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:26:53.069Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e02dd371-437d-4e10-95a7-df2b7cac3908 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:26:53.069Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:26:53.070Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:26:53.071Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:26:53.071Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||try to send status {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194413069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:26:53.171Z||pool-249-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:26:53.172Z||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-06-02T18:26:53.172Z||pool-249-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:26:53.212Z||pool-249-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:26:53.212Z||pool-249-thread-1|||||INFO|500||cambria reply ok (40 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-06-02T18:26:54.088Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:26:54.088Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:26:54.088Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:27:03.693Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:27:03.694Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:27:03.694Z||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-06-02T18:27:03.694Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:27:09.189Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:27:09.190Z||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-06-02T18:27:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:27:09.858Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:27:09.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194371431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194372558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194373608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:27:09.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194374889,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/vfwdfa15f817a220_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194375893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194376896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/resourceInstances/vfwdfa15f817a220/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194377899,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220602182259/1.0/artifacts/service-Vfw20220602182259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e02dd371-437d-4e10-95a7-df2b7cac3908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194413069,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:27:09.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:27:13.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:27:13.360Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:27:13.361Z||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-06-02T18:27:13.361Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:27:22.962Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:27:22.962Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:27:22.963Z||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-06-02T18:27:22.963Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:27:32.514Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:28:09.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:28:09.188Z||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-06-02T18:28:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:28:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:28:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:28:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:28:18.779Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:28:18.783Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:29:09.188Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:29:09.188Z||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-06-02T18:29:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:29:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:29:09.190Z||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-06-02T18:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:29:18.835Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:29:18.839Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:09.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:30:09.188Z||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-06-02T18:30:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:30:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:30:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:09.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:09.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-02T18:30:09.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8cc201d4-481b-403c-82a1-db8dc8043b6f","serviceName":"Demo_pNF_ZYDq94JFDQddQ6NSvdXp","serviceVersion":"1.0","serviceUUID":"e83e7f93-a274-4671-9d02-70bdc57da845","serviceDescription":"catalog service description","serviceInvariantUUID":"eebcb68f-8d08-47f7-81b3-d544f4ec34b5","resources":[{"resourceInstanceName":"pNF d0e2b287-6d5c 0","resourceName":"pNF d0e2b287-6d5c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9573d432-5c4a-4ae4-8e36-793a73b2b04e","resourceInvariantUUID":"45d483eb-574a-4f2e-9a7b-aded49e8a39b","resourceCustomizationUUID":"cc8a0e6c-8421-435b-92e9-f30be9771ba6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml","artifactChecksum":"Zjg4ODAyYzBmNWY3MDNlMTNjZmQ3MmU5NTkxYzVmZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ce5a5d38-7943-497d-92dc-15870f5f4455","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cda2f326-64a5-4f04-8ece-487a033b4d97","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"342980dc-ade3-4504-89d1-713b82d1fd01","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml","artifactChecksum":"NzU5NDA0MTlmZTY3ZDdmODYzNDc3NGE0OWI1OTUwMjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f00b050e-52a3-4404-9481-0c2904a73da0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f179b6a7-62de-4c69-aff5-5509264ccaac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f02e0d6-8054-4205-ada3-e2861782edb2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml","artifactChecksum":"MDkyMWU0MjkwOGFhMjMwZWNjOTkxMGMxYjQ1ZDczNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0063a1a3-3e86-4566-9832-ed1e3414f05a","artifactVersion":"1"},{"artifactName":"service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar","artifactChecksum":"ZGQ5MDQxODEzYjA5ZTcyNDYyNWY5OTY0MjdjMjU3ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0378f1b1-fec9-42ee-b95f-5b088275d7b3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:30:09.827Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:09.827Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:09.830Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:09.830Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.831Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:09.836Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.836Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.837Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.838Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.839Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.840Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.841Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.842Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194553168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194559345,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.843Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194568651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.844Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194569055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194562265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.845Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "cds",
  "timestamp": 1654194569657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-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-06-02T18:30:09.870Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.871Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:09.879Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194570059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.880Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654194562984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.881Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "policy-id",
  "timestamp": 1654194571062,
  "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-06-02T18:30:09.886Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.886Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:09.897Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.897Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194571953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.898Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.899Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194572978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.900Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.901Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654194573981,
  "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-06-02T18:30:09.908Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.908Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:09.918Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.918Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194566411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.918Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.918Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.918Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194575292,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.919Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194568898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194570962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.920Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194580000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194580672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194580962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.921Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "aai-ml",
  "timestamp": 1654194581675,
  "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-06-02T18:30:09.926Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.926Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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=?
2022-06-02T18:30:09.930Z||pool-250-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-06-02T18:30:09.930Z||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-06-02T18:30:09.930Z||pool-250-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:09.947Z||pool-250-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:09.947Z||pool-250-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:30:09.950Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194581979,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194582074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.951Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "clamp",
  "timestamp": 1654194582983,
  "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-06-02T18:30:09.957Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.957Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:09.965Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:30:09.965Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654194583078,
  "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-06-02T18:30:09.970Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cc201d4-481b-403c-82a1-db8dc8043b6f
2022-06-02T18:30:09.970Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:10.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:10.831Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:10.833Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:10.833Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:10.933Z||pool-251-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:10.934Z||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-06-02T18:30:10.935Z||pool-251-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:10.952Z||pool-251-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:10.952Z||pool-251-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:11.834Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:11.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:11.837Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:11.837Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:11.937Z||pool-252-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:11.938Z||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-06-02T18:30:11.938Z||pool-252-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:11.957Z||pool-252-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:11.957Z||pool-252-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:12.837Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:12.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:12.840Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:12.840Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:12.940Z||pool-253-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:12.940Z||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-06-02T18:30:12.941Z||pool-253-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:12.984Z||pool-253-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:12.984Z||pool-253-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:30:13.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:13.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:13.844Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:13.844Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:13.944Z||pool-254-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:13.945Z||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-06-02T18:30:13.945Z||pool-254-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:13.958Z||pool-254-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:13.959Z||pool-254-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:14.844Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:14.845Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:14.847Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:14.847Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:14.947Z||pool-255-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:14.948Z||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-06-02T18:30:14.948Z||pool-255-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:14.985Z||pool-255-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:14.986Z||pool-255-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:15.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:15.849Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:15.852Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:15.852Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:30:15.952Z||pool-256-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:15.953Z||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-06-02T18:30:15.953Z||pool-256-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:15.968Z||pool-256-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:15.968Z||pool-256-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:30:16.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:30:16.853Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:16.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:16.855Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:30:16.955Z||pool-257-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:16.956Z||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-06-02T18:30:16.956Z||pool-257-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:16.986Z||pool-257-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:16.987Z||pool-257-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:17.856Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "serviceName": "Demo_pNF_ZYDq94JFDQddQ6NSvdXp",
  "serviceVersion": "1.0",
  "serviceUUID": "e83e7f93-a274-4671-9d02-70bdc57da845",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "eebcb68f-8d08-47f7-81b3-d544f4ec34b5",
  "resources": [
    {
      "resourceInstanceName": "pNF d0e2b287-6d5c 0",
      "resourceCustomizationUUID": "cc8a0e6c-8421-435b-92e9-f30be9771ba6",
      "resourceName": "pNF d0e2b287-6d5c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9573d432-5c4a-4ae4-8e36-793a73b2b04e",
      "resourceInvariantUUID": "45d483eb-574a-4f2e-9a7b-aded49e8a39b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
      "artifactChecksum": "ZGQ5MDQxODEzYjA5ZTcyNDYyNWY5OTY0MjdjMjU3ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0378f1b1-fec9-42ee-b95f-5b088275d7b3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:30:17.856Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:30:17.856Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e83e7f93-a274-4671-9d02-70bdc57da845 ASDC
2022-06-02T18:30:17.857Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8cc201d4-481b-403c-82a1-db8dc8043b6f
ServiceName:Demo_pNF_ZYDq94JFDQddQ6NSvdXp
ServiceVersion:1.0
ServiceUUID:e83e7f93-a274-4671-9d02-70bdc57da845
ServiceInvariantUUID:eebcb68f-8d08-47f7-81b3-d544f4ec34b5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
ArtifactUUID:0378f1b1-fec9-42ee-b95f-5b088275d7b3
ArtifactChecksum:ZGQ5MDQxODEzYjA5ZTcyNDYyNWY5OTY0MjdjMjU3ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d0e2b287-6d5c 0
ResourceCustomizationUUID:cc8a0e6c-8421-435b-92e9-f30be9771ba6
ResourceInvariantUUID:45d483eb-574a-4f2e-9a7b-aded49e8a39b
ResourceName:pNF d0e2b287-6d5c
ResourceType:PNF
ResourceUUID:9573d432-5c4a-4ae4-8e36-793a73b2b04e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:30:17.857Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e83e7f93-a274-4671-9d02-70bdc57da845 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-06-02T18:30:17.901Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:30:17.902Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T18:30:17.902Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T18:30:17.902Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0378f1b1-fec9-42ee-b95f-5b088275d7b3 from URL: /sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:17.902Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-06-02T18:30:17.902Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:18.000Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-06-02T18:30:18.004Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar 0378f1b1-fec9-42ee-b95f-5b088275d7b3 82655
2022-06-02T18:30:18.004Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar ASDC sendASDCNotification
2022-06-02T18:30:18.004Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:18.004Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:30:18.005Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:18.006Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:18.006Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194618004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:30:18.107Z||pool-258-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:30:18.108Z||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-06-02T18:30:18.108Z||pool-258-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:18.133Z||pool-258-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:18.133Z||pool-258-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:30:19.007Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:30:19.008Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-06-02T18:30:19.008Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 0378f1b1-fec9-42ee-b95f-5b088275d7b3, URL: /sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar to file: /app/ASDC/1/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.008Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.009Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.009Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.113Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13917713436246307104/Definitions/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml
2022-06-02T18:30:19.781Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:30:19.781Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T18:30:19.781Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.781Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:30:19.781Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d0e2b287-6d5c 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-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.782Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Node template pNF d0e2b287-6d5c 0 is matching search criteria
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d0e2b287-6d5c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.783Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Node template pNF d0e2b287-6d5c 0 is matching search criteria
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d0e2b287-6d5c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.784Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.785Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.785Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.785Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.785Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZYDq94JFDQddQ6NSvdXp
Description:catalog service description
Model UUID:e83e7f93-a274-4671-9d02-70bdc57da845
Model Version:NULL
Model InvariantUuid:eebcb68f-8d08-47f7-81b3-d544f4ec34b5
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-06-02T18:30:19.793Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9573d432-5c4a-4ae4-8e36-793a73b2b04e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:30:19.796Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||pNF d0e2b287-6d5c 0
2022-06-02T18:30:19.796Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9573d432-5c4a-4ae4-8e36-793a73b2b04e
2022-06-02T18:30:19.796Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||No resources found for Service: e83e7f93-a274-4671-9d02-70bdc57da845
2022-06-02T18:30:19.797Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e83e7f93-a274-4671-9d02-70bdc57da845
2022-06-02T18:30:19.797Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d0e2b287-6d5c 0 9573d432-5c4a-4ae4-8e36-793a73b2b04e 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-06-02T18:30:19.805Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d968f46, org.onap.sdc.toscaparser.api.parameters.Input@5ca8fd67, org.onap.sdc.toscaparser.api.parameters.Input@21adaf38, org.onap.sdc.toscaparser.api.parameters.Input@4edd35de, org.onap.sdc.toscaparser.api.parameters.Input@27586ffc]
2022-06-02T18:30:19.805Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e83e7f93-a274-4671-9d02-70bdc57da845: pNF d0e2b287-6d5c
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9573d432-5c4a-4ae4-8e36-793a73b2b04e
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_ZYDq94JFDQddQ6NSvdXp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:30:19.806Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||Resource customization UUID: cc8a0e6c-8421-435b-92e9-f30be9771ba6 is the same as notified resource customizationUUID: cc8a0e6c-8421-435b-92e9-f30be9771ba6
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-06-02T18:30:19.844Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d0e2b287-6d5c 9573d432-5c4a-4ae4-8e36-793a73b2b04e 0 ASDC deployResourceStructure
2022-06-02T18:30:19.845Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar ASDC sendASDCNotification
2022-06-02T18:30:19.845Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar
2022-06-02T18:30:19.845Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:30:19.845Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:19.847Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:19.847Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194619845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:30:19.947Z||pool-259-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:19.948Z||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-06-02T18:30:19.948Z||pool-259-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:19.961Z||pool-259-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:19.961Z||pool-259-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:30:20.848Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cc201d4-481b-403c-82a1-db8dc8043b6f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:30:20.865Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cc201d4-481b-403c-82a1-db8dc8043b6f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:30:20.868Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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-06-02T18:30:20.873Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:30:50.873Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cc201d4-481b-403c-82a1-db8dc8043b6f 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-06-02T18:30:50.880Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cc201d4-481b-403c-82a1-db8dc8043b6f and serviceModelVersionId: e83e7f93-a274-4671-9d02-70bdc57da845
2022-06-02T18:30:50.880Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eebcb68f-8d08-47f7-81b3-d544f4ec34b5
2022-06-02T18:30:50.881Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0
2022-06-02T18:30:50.884Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:30:50.908Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|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/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:50.909Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||Invoke
2022-06-02T18:30:52.441Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:52.443Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||Invoke
2022-06-02T18:30:53.981Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:53.982Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||Invoke
2022-06-02T18:30:55.019Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:30:55.021Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:55.022Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:30:55.022Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:55.028Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:30:55.028Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cc201d4-481b-403c-82a1-db8dc8043b6f and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:30:55.029Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:30:55.029Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:30:55.031Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:30:55.031Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|DEBUG|500||try to send status {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194655029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:30:55.131Z||pool-260-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:30:55.132Z||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-06-02T18:30:55.132Z||pool-260-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:30:55.156Z||pool-260-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:30:55.156Z||pool-260-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-06-02T18:31:09.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:31:09.188Z||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-06-02T18:31:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:31:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:31:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:31:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:31:09.315Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:31:09.315Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||received message from topic
2022-06-02T18:31:09.315Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:31:09.316Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:31:18.784Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:32:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:32:09.188Z||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-06-02T18:32:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:32:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:32:09.189Z||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-06-02T18:32:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:32:09.725Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:32:09.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/resourceInstances/pnfd0e2b2876d5c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194609187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194618004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:32:09.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194619845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZydq94jfdqddq6nsvdxp/1.0/artifacts/service-DemoPnfZydq94jfdqddq6nsvdxp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:32:09.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:32:09.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:32:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cc201d4-481b-403c-82a1-db8dc8043b6f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654194655029,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:32:09.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:32:18.792Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:33:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:33:09.189Z||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-06-02T18:33:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:33:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:33:09.190Z||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-06-02T18:33:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:33:18.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:33:18.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:34:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:34:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:34:09.190Z||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-06-02T18:34:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T18:34:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:34:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:34:18.837Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:34:18.856Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:35:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:35:09.188Z||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-06-02T18:35:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:35:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:35:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T18:35:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:35:18.785Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:35:18.788Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:36:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:36:09.189Z||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-06-02T18:36:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:36:09.189Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:36:09.190Z||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-06-02T18:36:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:36:18.776Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:36:18.779Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:37:09.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:37:09.188Z||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-06-02T18:37:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:37:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:37:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:37:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:37:18.743Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:37:18.806Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:38:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:38:09.188Z||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-06-02T18:38:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:38:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:38:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:38:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:38:18.862Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:38:18.874Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:39:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:39:09.188Z||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-06-02T18:39:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:39:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:39:09.190Z||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-06-02T18:39:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:39:18.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:39:18.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:09.188Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:40:09.188Z||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-06-02T18:40:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:40:09.189Z||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-06-02T18:40:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:09.846Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:09.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:09.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ec48dc57-4272-4fa1-a69f-a7ebabee4b88","serviceName":"Demo_pNF_IXcV8gnmzK64S6CPdaJn","serviceVersion":"1.0","serviceUUID":"4ee6c4a2-a471-4243-8544-ee7e0d9822ed","serviceDescription":"catalog service description","serviceInvariantUUID":"218b6361-998a-4e08-8222-a85619527f51","resources":[{"resourceInstanceName":"pNF 1d8c03cc-ee69 0","resourceName":"pNF 1d8c03cc-ee69","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2861bdf6-c9b8-4144-a760-ef4a11546d25","resourceInvariantUUID":"ed94e972-2e0f-4cb5-86cd-2e354fc35510","resourceCustomizationUUID":"d44799ec-98d5-4c31-a357-ad27233a68d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml","artifactChecksum":"M2UyMzFhMTEzMmUxZDgwN2Y4YjM4OTdhODc4YThkMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30b7406e-adb0-48e2-bad6-d9976d7ef286","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"573c429c-42bb-4dc8-8a1f-966bcec04ff5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"22a654d6-4b78-404c-aff4-74e96348b876","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml","artifactChecksum":"YzE5ZjVlNGY4YzY2YWEzYjhkMzVlMWU0N2E3MjFkOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a5469010-ef4a-46fa-8049-b0430f4c4892","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7a071f24-324e-4da3-9753-de9185fc0af7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a702efd6-b830-4158-a6c5-6d3579697036","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml","artifactChecksum":"MmQwNGE3NzI2NWFlYmQ5N2RmYzlmMjVjOTBkNDE1MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f74f5b8-0209-49b8-8748-002555a1981c","artifactVersion":"1"},{"artifactName":"service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar","artifactChecksum":"Y2ZmODU3MTk0Y2VmMjIxZDRhZjViZmQyZjEzODMyNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"586ef706-cac5-4b2d-a2dd-9b8401a8bb50","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:40:09.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.851Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.852Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.855Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.855Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195168898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195168168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195166411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195170962,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195182309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195182612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195182731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "cds",
  "timestamp": 1654195183315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-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-06-02T18:40:09.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.887Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.894Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195184679,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.897Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195185682,
  "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-06-02T18:40:09.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.902Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.910Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.910Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.911Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.912Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195179346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.913Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.914Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.914Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.914Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195188169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195188176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195188108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.916Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "aai-ml",
  "timestamp": 1654195189173,
  "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-06-02T18:40:09.920Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.920Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195189115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:40:09.930Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195182266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195190184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:40:09.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "policy-id",
  "timestamp": 1654195190118,
  "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-06-02T18:40:09.935Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.935Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195191035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:09.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195182983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:09.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:40:09.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "clamp",
  "timestamp": 1654195191187,
  "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-06-02T18:40:09.946Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.947Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195192049,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:40:09.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:40:09.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:40:09.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195193052,
  "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-06-02T18:40:09.955Z||pool-261-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:09.956Z||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-06-02T18:40:09.956Z||pool-261-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:09.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ec48dc57-4272-4fa1-a69f-a7ebabee4b88
2022-06-02T18:40:09.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:09.969Z||pool-261-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:09.969Z||pool-261-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:10.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:10.856Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:10.858Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:10.859Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:10.959Z||pool-262-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:10.960Z||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-06-02T18:40:10.960Z||pool-262-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:10.977Z||pool-262-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:10.978Z||pool-262-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:40:11.859Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:11.860Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:11.862Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:11.862Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:11.962Z||pool-263-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:11.963Z||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-06-02T18:40:11.963Z||pool-263-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:11.979Z||pool-263-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:11.980Z||pool-263-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:40:12.862Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:12.863Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:12.866Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:12.866Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:12.966Z||pool-264-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:12.966Z||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-06-02T18:40:12.967Z||pool-264-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:12.984Z||pool-264-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:12.985Z||pool-264-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:40:13.866Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:13.868Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:13.871Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:13.871Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:13.971Z||pool-265-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:40:13.972Z||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-06-02T18:40:13.972Z||pool-265-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:13.987Z||pool-265-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:13.988Z||pool-265-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:40:14.872Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:14.873Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:14.876Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:14.876Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:14.976Z||pool-266-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:14.977Z||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-06-02T18:40:14.977Z||pool-266-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:15.004Z||pool-266-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:15.005Z||pool-266-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:15.877Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:15.878Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:15.880Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:15.880Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:40:15.980Z||pool-267-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:15.981Z||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-06-02T18:40:15.981Z||pool-267-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:16.017Z||pool-267-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:16.017Z||pool-267-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:16.881Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:40:16.881Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:16.883Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:16.884Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:40:16.984Z||pool-268-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:16.985Z||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-06-02T18:40:16.985Z||pool-268-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:17.004Z||pool-268-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:17.004Z||pool-268-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:17.885Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "serviceName": "Demo_pNF_IXcV8gnmzK64S6CPdaJn",
  "serviceVersion": "1.0",
  "serviceUUID": "4ee6c4a2-a471-4243-8544-ee7e0d9822ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "218b6361-998a-4e08-8222-a85619527f51",
  "resources": [
    {
      "resourceInstanceName": "pNF 1d8c03cc-ee69 0",
      "resourceCustomizationUUID": "d44799ec-98d5-4c31-a357-ad27233a68d2",
      "resourceName": "pNF 1d8c03cc-ee69",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2861bdf6-c9b8-4144-a760-ef4a11546d25",
      "resourceInvariantUUID": "ed94e972-2e0f-4cb5-86cd-2e354fc35510",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
      "artifactChecksum": "Y2ZmODU3MTk0Y2VmMjIxZDRhZjViZmQyZjEzODMyNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "586ef706-cac5-4b2d-a2dd-9b8401a8bb50"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:40:17.885Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:40:17.886Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ee6c4a2-a471-4243-8544-ee7e0d9822ed ASDC
2022-06-02T18:40:17.886Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ec48dc57-4272-4fa1-a69f-a7ebabee4b88
ServiceName:Demo_pNF_IXcV8gnmzK64S6CPdaJn
ServiceVersion:1.0
ServiceUUID:4ee6c4a2-a471-4243-8544-ee7e0d9822ed
ServiceInvariantUUID:218b6361-998a-4e08-8222-a85619527f51
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
ArtifactUUID:586ef706-cac5-4b2d-a2dd-9b8401a8bb50
ArtifactChecksum:Y2ZmODU3MTk0Y2VmMjIxZDRhZjViZmQyZjEzODMyNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1d8c03cc-ee69 0
ResourceCustomizationUUID:d44799ec-98d5-4c31-a357-ad27233a68d2
ResourceInvariantUUID:ed94e972-2e0f-4cb5-86cd-2e354fc35510
ResourceName:pNF 1d8c03cc-ee69
ResourceType:PNF
ResourceUUID:2861bdf6-c9b8-4144-a760-ef4a11546d25
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:40:17.886Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ee6c4a2-a471-4243-8544-ee7e0d9822ed 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-06-02T18:40:18.001Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:40:18.002Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T18:40:18.002Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T18:40:18.002Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 586ef706-cac5-4b2d-a2dd-9b8401a8bb50 from URL: /sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:18.002Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-02T18:40:18.003Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:18.128Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-02T18:40:18.132Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar 586ef706-cac5-4b2d-a2dd-9b8401a8bb50 82651
2022-06-02T18:40:18.133Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar ASDC sendASDCNotification
2022-06-02T18:40:18.133Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:18.133Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:40:18.134Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:18.136Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:18.136Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195218133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:40:18.236Z||pool-269-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:18.237Z||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-06-02T18:40:18.237Z||pool-269-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:18.279Z||pool-269-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:18.279Z||pool-269-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:19.136Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:40:19.138Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-02T18:40:19.138Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 586ef706-cac5-4b2d-a2dd-9b8401a8bb50, URL: /sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar to file: /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:19.138Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:19.139Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:19.139Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:19.349Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12604316568417104481/Definitions/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml
2022-06-02T18:40:20.199Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:40:20.202Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T18:40:20.202Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.202Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|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-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|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-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|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-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.203Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1d8c03cc-ee69 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-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.204Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-02T18:40:20.204Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.204Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.204Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Node template pNF 1d8c03cc-ee69 0 is matching search criteria
2022-06-02T18:40:20.205Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T18:40:20.205Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1d8c03cc-ee69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:40:20.205Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.206Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.206Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Node template pNF 1d8c03cc-ee69 0 is matching search criteria
2022-06-02T18:40:20.206Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-02T18:40:20.206Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1d8c03cc-ee69 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:40:20.206Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.207Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.207Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.207Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.207Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.208Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.208Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.208Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.208Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.208Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.209Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_IXcV8gnmzK64S6CPdaJn
Description:catalog service description
Model UUID:4ee6c4a2-a471-4243-8544-ee7e0d9822ed
Model Version:NULL
Model InvariantUuid:218b6361-998a-4e08-8222-a85619527f51
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-06-02T18:40:20.227Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2861bdf6-c9b8-4144-a760-ef4a11546d25
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:40:20.232Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||pNF 1d8c03cc-ee69 0
2022-06-02T18:40:20.232Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2861bdf6-c9b8-4144-a760-ef4a11546d25
2022-06-02T18:40:20.232Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4ee6c4a2-a471-4243-8544-ee7e0d9822ed
2022-06-02T18:40:20.233Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4ee6c4a2-a471-4243-8544-ee7e0d9822ed
2022-06-02T18:40:20.233Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1d8c03cc-ee69 0 2861bdf6-c9b8-4144-a760-ef4a11546d25 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-06-02T18:40:20.241Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36c82da8, org.onap.sdc.toscaparser.api.parameters.Input@322c0de8, org.onap.sdc.toscaparser.api.parameters.Input@6347fc57, org.onap.sdc.toscaparser.api.parameters.Input@4836b745, org.onap.sdc.toscaparser.api.parameters.Input@3f647686]
2022-06-02T18:40:20.241Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.242Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.242Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4ee6c4a2-a471-4243-8544-ee7e0d9822ed: pNF 1d8c03cc-ee69
2022-06-02T18:40:20.242Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2861bdf6-c9b8-4144-a760-ef4a11546d25
2022-06-02T18:40:20.242Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:40:20.243Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_IXcV8gnmzK64S6CPdaJn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:40:20.243Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||Resource customization UUID: d44799ec-98d5-4c31-a357-ad27233a68d2 is the same as notified resource customizationUUID: d44799ec-98d5-4c31-a357-ad27233a68d2
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-06-02T18:40:20.346Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1d8c03cc-ee69 2861bdf6-c9b8-4144-a760-ef4a11546d25 0 ASDC deployResourceStructure
2022-06-02T18:40:20.347Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar ASDC sendASDCNotification
2022-06-02T18:40:20.347Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar
2022-06-02T18:40:20.347Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:40:20.347Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:20.349Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:20.349Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195220347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:40:20.449Z||pool-270-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:20.450Z||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-06-02T18:40:20.450Z||pool-270-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:20.576Z||pool-270-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:20.576Z||pool-270-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:40:21.350Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ec48dc57-4272-4fa1-a69f-a7ebabee4b88
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:40:21.358Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ec48dc57-4272-4fa1-a69f-a7ebabee4b88
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:40:21.360Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:40:21.360Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:40:21.360Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:40:21.360Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:40:21.360Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:40:21.361Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:40:21.361Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|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-06-02T18:40:21.365Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:40:51.365Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ec48dc57-4272-4fa1-a69f-a7ebabee4b88 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-06-02T18:40:51.370Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ec48dc57-4272-4fa1-a69f-a7ebabee4b88 and serviceModelVersionId: 4ee6c4a2-a471-4243-8544-ee7e0d9822ed
2022-06-02T18:40:51.370Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 218b6361-998a-4e08-8222-a85619527f51
2022-06-02T18:40:51.371Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0
2022-06-02T18:40:51.376Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:40:51.411Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||Invoke
2022-06-02T18:40:51.411Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2bc724a4-c8e6-4f1e-9c8e-586e35e2e0e2], X-ECOMP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-TransactionId=[], X-ONAP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], Content-Type=[application/merge-patch+json]}
2022-06-02T18:40:52.949Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||Invoke
2022-06-02T18:40:52.949Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c692f470-a30e-4f18-aba9-2d59883bd121], X-ECOMP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-TransactionId=[], X-ONAP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], Content-Type=[application/merge-patch+json]}
2022-06-02T18:40:54.486Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||Invoke
2022-06-02T18:40:54.486Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd06b562-c99d-4a62-a9e7-fa1b9f4ee95e], X-ECOMP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], X-TransactionId=[], X-ONAP-RequestID=[ec48dc57-4272-4fa1-a69f-a7ebabee4b88], Content-Type=[application/merge-patch+json]}
2022-06-02T18:40:55.522Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:40:55.523Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T18:40:55.524Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:40:55.524Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T18:40:55.532Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T18:40:55.532Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ec48dc57-4272-4fa1-a69f-a7ebabee4b88 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:40:55.532Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:40:55.533Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:40:55.535Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:40:55.535Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|DEBUG|500||try to send status {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195255532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:40:55.635Z||pool-271-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:40:55.636Z||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-06-02T18:40:55.636Z||pool-271-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:40:55.653Z||pool-271-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:40:55.654Z||pool-271-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T18:41:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:41:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:41:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:41:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:41:09.189Z||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-06-02T18:41:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:41:09.345Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:41:09.346Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:41:09.346Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:41:09.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:41:18.795Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:42:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:42:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:42:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:42:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:42:09.189Z||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-06-02T18:42:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:42:09.722Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:42:09.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/resourceInstances/pnf1d8c03ccee690/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195209187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195218133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195220347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfIxcv8gnmzk64s6cpdajn/1.0/artifacts/service-DemoPnfIxcv8gnmzk64s6cpdajn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ec48dc57-4272-4fa1-a69f-a7ebabee4b88",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195255532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:42:09.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:42:18.758Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:43:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:43:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:43:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:43:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:43:09.190Z||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-06-02T18:43:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:43:18.819Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:43:18.830Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:44:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:44:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:44:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:44:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:44:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:44:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:44:18.765Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:44:18.768Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:45:09.188Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:45:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:45:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:45:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:45:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:45:09.191Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:45:18.769Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:45:18.789Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:09.188Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:46:09.189Z||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-06-02T18:46:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:46:09.190Z||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-06-02T18:46:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:09.561Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:09.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.570Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195543168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195542265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654195542983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195560052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195560762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "cds",
  "timestamp": 1654195561059,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-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-06-02T18:46:09.607Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:46:09.608Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:46:09.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.628Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.629Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.629Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195561779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:46:09.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:46:09.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.630Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.630Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.631Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.631Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.632Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654195562783,
  "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-06-02T18:46:09.638Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:46:09.639Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:46:09.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.658Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.660Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.660Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.661Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.662Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195556411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195565522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195558898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195559346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195568349,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195560981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:09.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:46:09.839Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:09.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-02T18:46:09.841Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed99ecf5-0a39-4579-9530-77c76a9d9c84","serviceName":"Demo_pNF_YMYTo99ftJVUAMOS6t6m","serviceVersion":"1.0","serviceUUID":"456c5a59-af16-4c39-b44e-51ca640f0baf","serviceDescription":"catalog service description","serviceInvariantUUID":"a25551a1-4a44-4971-ad52-92a1630ea70b","resources":[{"resourceInstanceName":"pNF 732ff9af-bf52 0","resourceName":"pNF 732ff9af-bf52","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cd7cba49-bca8-48b4-abf6-43199f7f1746","resourceInvariantUUID":"d7d1a18b-3dc1-422d-b028-8618f8bc27f8","resourceCustomizationUUID":"684de871-24ac-40b0-91ab-3badcb9975d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml","artifactChecksum":"ZWQ0MmUxNWJiMmZmNTk0ZmM3Nzk5NmVmOGFhNmZkNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74e8e050-c70d-4f40-85da-68d344e25db4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar","artifactChecksum":"YjMxNmYxMjM1ZTk4MjM4MjFhZmFlODA5YzA2M2FmY2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"20d12291-8a14-41c2-b33f-b874a67cb6f1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fe020b3a-2df0-4e56-afb3-b5026f4a0a09","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml","artifactChecksum":"MDVlZjNiMWE0ZmUwNDhiODQwYmU3YTZlN2FmZWYwMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86305dfa-b9ec-411f-a725-9256cb54f8b4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d076b33a-accf-47cb-a1b1-4ef7faba7784","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"29a72708-dd03-4296-9e53-b0d0dae4e75d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYmyto99ftjvuamos6t6m-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml","artifactChecksum":"YWYyZWI0N2ZjYzAwMTNiNjkyMDM0OGJkZTRjYmMyNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfb40149-4615-4cf7-bd98-291740020076","artifactVersion":"1"},{"artifactName":"service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar","artifactChecksum":"NmVlYWMzNmQyMDkxMTc2YmY0MDRkNmZhY2NjODQ1OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96a16960-fddb-4b91-9b2f-2367ea026dd5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:46:09.843Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:09.844Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:09.848Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:09.848Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:09.948Z||pool-272-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T18:46:09.949Z||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-06-02T18:46:09.949Z||pool-272-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:09.964Z||pool-272-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:09.964Z||pool-272-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:10.849Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:10.851Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:10.856Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:10.856Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:10.953Z||pool-273-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-02T18:46:10.954Z||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-06-02T18:46:10.954Z||pool-273-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:10.977Z||pool-273-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:10.978Z||pool-273-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:11.857Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:11.858Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:11.860Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:11.860Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:11.960Z||pool-274-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:11.961Z||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-06-02T18:46:11.961Z||pool-274-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:11.978Z||pool-274-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:11.979Z||pool-274-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:12.861Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:12.862Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:12.864Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:12.865Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:12.965Z||pool-275-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:12.966Z||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-06-02T18:46:12.966Z||pool-275-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:12.980Z||pool-275-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:12.981Z||pool-275-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:13.865Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:13.866Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:13.869Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:13.869Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:13.969Z||pool-276-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:13.970Z||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-06-02T18:46:13.970Z||pool-276-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:13.985Z||pool-276-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:13.985Z||pool-276-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:14.870Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:14.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:14.873Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:14.873Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:14.973Z||pool-277-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:14.974Z||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-06-02T18:46:14.974Z||pool-277-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:15.024Z||pool-277-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:15.025Z||pool-277-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:46:15.874Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:15.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:15.877Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:15.878Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:46:15.978Z||pool-278-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:15.978Z||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-06-02T18:46:15.978Z||pool-278-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:16.005Z||pool-278-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:16.005Z||pool-278-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:16.878Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:46:16.879Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:16.881Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:16.882Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:46:16.982Z||pool-279-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:16.982Z||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-06-02T18:46:16.983Z||pool-279-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:16.997Z||pool-279-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:16.997Z||pool-279-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:46:17.883Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "serviceName": "Demo_pNF_YMYTo99ftJVUAMOS6t6m",
  "serviceVersion": "1.0",
  "serviceUUID": "456c5a59-af16-4c39-b44e-51ca640f0baf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a25551a1-4a44-4971-ad52-92a1630ea70b",
  "resources": [
    {
      "resourceInstanceName": "pNF 732ff9af-bf52 0",
      "resourceCustomizationUUID": "684de871-24ac-40b0-91ab-3badcb9975d5",
      "resourceName": "pNF 732ff9af-bf52",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cd7cba49-bca8-48b4-abf6-43199f7f1746",
      "resourceInvariantUUID": "d7d1a18b-3dc1-422d-b028-8618f8bc27f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
      "artifactChecksum": "NmVlYWMzNmQyMDkxMTc2YmY0MDRkNmZhY2NjODQ1OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96a16960-fddb-4b91-9b2f-2367ea026dd5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:46:17.883Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:46:17.883Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 456c5a59-af16-4c39-b44e-51ca640f0baf ASDC
2022-06-02T18:46:17.884Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ed99ecf5-0a39-4579-9530-77c76a9d9c84
ServiceName:Demo_pNF_YMYTo99ftJVUAMOS6t6m
ServiceVersion:1.0
ServiceUUID:456c5a59-af16-4c39-b44e-51ca640f0baf
ServiceInvariantUUID:a25551a1-4a44-4971-ad52-92a1630ea70b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
ArtifactUUID:96a16960-fddb-4b91-9b2f-2367ea026dd5
ArtifactChecksum:NmVlYWMzNmQyMDkxMTc2YmY0MDRkNmZhY2NjODQ1OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 732ff9af-bf52 0
ResourceCustomizationUUID:684de871-24ac-40b0-91ab-3badcb9975d5
ResourceInvariantUUID:d7d1a18b-3dc1-422d-b028-8618f8bc27f8
ResourceName:pNF 732ff9af-bf52
ResourceType:PNF
ResourceUUID:cd7cba49-bca8-48b4-abf6-43199f7f1746
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-02T18:46:17.884Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 456c5a59-af16-4c39-b44e-51ca640f0baf 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-06-02T18:46:17.908Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:46:17.909Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-02T18:46:17.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-02T18:46:17.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 96a16960-fddb-4b91-9b2f-2367ea026dd5 from URL: /sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:17.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-02T18:46:17.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:17.989Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-02T18:46:17.993Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar 96a16960-fddb-4b91-9b2f-2367ea026dd5 82642
2022-06-02T18:46:17.993Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar ASDC sendASDCNotification
2022-06-02T18:46:17.993Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:17.993Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:46:17.993Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:17.995Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:17.996Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195577993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:46:18.096Z||pool-280-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:46:18.097Z||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-06-02T18:46:18.097Z||pool-280-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:18.121Z||pool-280-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:18.122Z||pool-280-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:46:18.996Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:46:18.997Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-02T18:46:18.997Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 96a16960-fddb-4b91-9b2f-2367ea026dd5, URL: /sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar to file: /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:18.998Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:18.998Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:18.998Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:19.206Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3806476558618220605/Definitions/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml
2022-06-02T18:46:20.110Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.111Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 732ff9af-bf52 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-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.112Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.112Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-02T18:46:20.112Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.112Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.112Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Node template pNF 732ff9af-bf52 0 is matching search criteria
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 732ff9af-bf52 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Node template pNF 732ff9af-bf52 0 is matching search criteria
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-02T18:46:20.113Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 732ff9af-bf52 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.114Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.115Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.115Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.115Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.115Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YMYTo99ftJVUAMOS6t6m
Description:catalog service description
Model UUID:456c5a59-af16-4c39-b44e-51ca640f0baf
Model Version:NULL
Model InvariantUuid:a25551a1-4a44-4971-ad52-92a1630ea70b
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-06-02T18:46:20.126Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: cd7cba49-bca8-48b4-abf6-43199f7f1746
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:46:20.130Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||pNF 732ff9af-bf52 0
2022-06-02T18:46:20.130Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cd7cba49-bca8-48b4-abf6-43199f7f1746
2022-06-02T18:46:20.130Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 456c5a59-af16-4c39-b44e-51ca640f0baf
2022-06-02T18:46:20.130Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 456c5a59-af16-4c39-b44e-51ca640f0baf
2022-06-02T18:46:20.130Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 732ff9af-bf52 0 cd7cba49-bca8-48b4-abf6-43199f7f1746 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-06-02T18:46:20.134Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@412602bb, org.onap.sdc.toscaparser.api.parameters.Input@4bd451fc, org.onap.sdc.toscaparser.api.parameters.Input@4f5898fa, org.onap.sdc.toscaparser.api.parameters.Input@2dddeab1, org.onap.sdc.toscaparser.api.parameters.Input@5c9f066b]
2022-06-02T18:46:20.135Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.135Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.135Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 456c5a59-af16-4c39-b44e-51ca640f0baf: pNF 732ff9af-bf52
2022-06-02T18:46:20.135Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Processing PNF resource: cd7cba49-bca8-48b4-abf6-43199f7f1746
2022-06-02T18:46:20.135Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:46:20.136Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_YMYTo99ftJVUAMOS6t6m is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:46:20.136Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||Resource customization UUID: 684de871-24ac-40b0-91ab-3badcb9975d5 is the same as notified resource customizationUUID: 684de871-24ac-40b0-91ab-3badcb9975d5
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-06-02T18:46:20.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 732ff9af-bf52 cd7cba49-bca8-48b4-abf6-43199f7f1746 0 ASDC deployResourceStructure
2022-06-02T18:46:20.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar ASDC sendASDCNotification
2022-06-02T18:46:20.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar
2022-06-02T18:46:20.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:46:20.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-02T18:46:20.191Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:46:20.191Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195580189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:46:20.294Z||pool-281-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-02T18:46:20.295Z||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-06-02T18:46:20.295Z||pool-281-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:46:20.308Z||pool-281-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:46:20.309Z||pool-281-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:46:21.196Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:46:21.205Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:46:21.207Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:46:21.207Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:46:21.208Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:46:51.208Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:46:51.217Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:46:51.219Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:46:51.219Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:46:51.219Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:47:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:47:09.190Z||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-06-02T18:47:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:47:09.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:47:09.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:47:09.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195569354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:47:09.231Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:47:21.219Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:47:21.227Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:47:21.229Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:47:21.229Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:47:21.229Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:47:51.230Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:47:51.237Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:47:51.240Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:47:51.240Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:47:51.240Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:48:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:48:09.190Z||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-06-02T18:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:48:09.241Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:48:09.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:48:09.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:48:09.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:48:21.240Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:48:21.248Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:48:21.250Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:48:21.250Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:48:21.250Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:48:51.251Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:48:51.259Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:48:51.260Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:48:51.260Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:48:51.260Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T18:49:09.192Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:49:09.192Z||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-06-02T18:49:09.193Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T18:49:09.784Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:49:09.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195570078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:49:09.786Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "policy-id",
  "timestamp": 1654195570356,
  "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-06-02T18:49:09.794Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:49:09.794Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:49:09.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195570919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "aai-ml",
  "timestamp": 1654195571924,
  "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-06-02T18:49:09.821Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:49:09.821Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:49:09.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.840Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195572066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:49:09.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.841Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.841Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195572344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:49:09.841Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.842Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654195573069,
  "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-06-02T18:49:09.848Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:49:09.848Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:49:09.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/resourceInstances/pnf732ff9afbf520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195575346,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "clamp",
  "timestamp": 1654195576350,
  "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-06-02T18:49:09.861Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed99ecf5-0a39-4579-9530-77c76a9d9c84
2022-06-02T18:49:09.862Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195569187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195577993,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-02T18:49:09.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195580189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmyto99ftjvuamos6t6m/1.0/artifacts/service-DemoPnfYmyto99ftjvuamos6t6m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:49:09.872Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:49:21.261Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:49:21.269Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:49:21.270Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:49:21.270Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T18:49:21.270Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T18:49:21.270Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T18:49:21.270Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-02T18:49:21.271Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T18:49:21.271Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T18:49:21.277Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T18:49:51.277Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84 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-06-02T18:49:51.282Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed99ecf5-0a39-4579-9530-77c76a9d9c84 and serviceModelVersionId: 456c5a59-af16-4c39-b44e-51ca640f0baf
2022-06-02T18:49:51.283Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a25551a1-4a44-4971-ad52-92a1630ea70b
2022-06-02T18:49:51.283Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0
2022-06-02T18:49:51.287Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-02T18:49:51.319Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Invoke
2022-06-02T18:49:51.319Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[88f526a3-9d92-4363-9152-26b58e64f5c3], X-ECOMP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-TransactionId=[], X-ONAP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], Content-Type=[application/merge-patch+json]}
2022-06-02T18:49:52.852Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Invoke
2022-06-02T18:49:52.853Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f95e1524-d7aa-4d16-8636-eb3d14b4d882], X-ECOMP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-TransactionId=[], X-ONAP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], Content-Type=[application/merge-patch+json]}
2022-06-02T18:49:54.389Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Invoke
2022-06-02T18:49:54.389Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf35588c-aff8-4218-83de-0d5e4cf065b8], X-ECOMP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], X-TransactionId=[], X-ONAP-RequestID=[ed99ecf5-0a39-4579-9530-77c76a9d9c84], Content-Type=[application/merge-patch+json]}
2022-06-02T18:49:55.422Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:49:55.423Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?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-06-02T18:49:55.424Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:49:55.424Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?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-06-02T18:49:55.440Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?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-06-02T18:49:55.440Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed99ecf5-0a39-4579-9530-77c76a9d9c84 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T18:49:55.441Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T18:49:55.441Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:49:55.443Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:49:55.443Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195795441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:49:55.543Z||pool-282-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:49:55.544Z||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-06-02T18:49:55.544Z||pool-282-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:49:55.566Z||pool-282-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:49:55.566Z||pool-282-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-06-02T18:49:56.469Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:49:56.470Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:49:56.470Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:50:06.873Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:50:06.874Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:50:06.874Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:50:06.875Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:50:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:50:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:50:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:50:09.816Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:50:09.816Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||received message from topic
2022-06-02T18:50:09.817Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "ed99ecf5-0a39-4579-9530-77c76a9d9c84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654195795441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T18:50:09.817Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T18:50:16.437Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:50:16.438Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:50:16.439Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:50:16.439Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:50:25.988Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:50:25.989Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:50:25.989Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:50:25.989Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:50:35.562Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:51:09.187Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:51:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:51:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:51:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:51:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:51:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:51:18.840Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:51:18.845Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:52:09.187Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:52:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:52:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:52:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:52:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:52:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:52:18.744Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:52:18.795Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:53:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:53:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:53:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:53:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:53:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:53:09.191Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:53:18.762Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:53:18.762Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:54:09.187Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:54:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:54:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:54:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:54:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T18:54:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:54:18.759Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:54:18.762Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:55:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:55:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:55:09.190Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:55:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T18:55:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:55:09.190Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:55:18.768Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:55:18.771Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:56:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:56:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:56:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T18:56:09.190Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:56:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:56:09.190Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:56:18.794Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:56:18.839Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:57:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:57:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:57:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:57:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:57:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T18:57:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:57:18.765Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:57:18.768Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:58:09.187Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:58:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:58:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:58:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:58:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T18:58:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:58:18.899Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:58:18.917Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:09.187Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:59:09.188Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T18:59:09.189Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T18:59:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T18:59:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:09.892Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:09.893Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.894Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"e42c376e-0953-455c-88a8-5778e20e6ad5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"297036f5-7dd8-4030-85b1-2446998cc93d","serviceDescription":"service","serviceInvariantUUID":"e97c53d0-bda1-48be-b075-2833365a93fc","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"47bef58b-348c-4b56-9125-df603a6ebf4f","resourceInvariantUUID":"1256888b-88d6-43e9-a0e6-358ddedd28d7","resourceCustomizationUUID":"24c0ede7-6647-487c-8ae8-8f0330cf424d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YjNkZDQ5ZDNjZWMzMWUxNjhiNzBiYzFmMWQ0M2ZkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec875b66-7409-48d2-87f1-c87083998cc5","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YTMzNmIzMGIzYWFjOTIxZGRmOGY5YTY3ZTFiNWJmZjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb926e18-de92-45db-b3cf-f401f44bfbb9","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a86248c6-2ba4-4793-af0f-fe5af40ec9a4","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81b8ea38-d395-4abe-805f-f8f7143eaf1b","artifactVersion":"2","generatedFromUUID":"2be1d3f8-ec78-446c-a90f-16b887a8ad91"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"75647cfd-c66d-4d44-b4a3-01cc3d244d4c","artifactVersion":"2","generatedFromUUID":"6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2be1d3f8-ec78-446c-a90f-16b887a8ad91","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8956a58-421c-4aaf-a01f-f564826df4b9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ODk1NWVkZDExMDA2NTc4Y2IzYzU4MTlhZjQyNDJjMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d51bb3dc-0449-4744-ae4a-ce51a403b4a0","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTIxMDZhMTU2YmJiNDBiMTQ3MmFmNTZmMDljNjQ3YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c8ba097d-7fb4-4d22-94f1-e1639e31b61c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T18:59:09.899Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:09.900Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:09.902Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:09.903Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.903Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.904Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.905Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.905Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.905Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.906Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.907Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.908Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.909Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.910Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.911Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.912Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.913Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.914Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.915Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.916Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.917Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:09.917Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:09.917Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T18:59:09.917Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T18:59:09.917Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T18:59:10.005Z||pool-283-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:10.006Z||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-06-02T18:59:10.006Z||pool-283-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:10.024Z||pool-283-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:10.024Z||pool-283-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:10.906Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:10.907Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:10.909Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:10.909Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T18:59:11.009Z||pool-284-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:11.010Z||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-06-02T18:59:11.010Z||pool-284-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:11.055Z||pool-284-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:11.056Z||pool-284-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:11.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:11.910Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:11.912Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:11.912Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T18:59:12.012Z||pool-285-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:12.013Z||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-06-02T18:59:12.013Z||pool-285-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:12.055Z||pool-285-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:12.055Z||pool-285-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:12.913Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:12.913Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:12.916Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:12.916Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:13.016Z||pool-286-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:13.017Z||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-06-02T18:59:13.017Z||pool-286-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:13.046Z||pool-286-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:13.047Z||pool-286-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:13.916Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:13.917Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:13.919Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:13.919Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T18:59:14.019Z||pool-287-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:14.020Z||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-06-02T18:59:14.020Z||pool-287-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:14.041Z||pool-287-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:14.042Z||pool-287-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:14.920Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:14.921Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:14.923Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:14.923Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T18:59:15.023Z||pool-288-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:15.024Z||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-06-02T18:59:15.024Z||pool-288-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:15.050Z||pool-288-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:15.051Z||pool-288-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:15.923Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:15.924Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:15.926Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:15.926Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T18:59:16.027Z||pool-289-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:16.028Z||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-06-02T18:59:16.028Z||pool-289-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:16.077Z||pool-289-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:16.078Z||pool-289-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:16.927Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:16.928Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:16.930Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:16.930Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:17.031Z||pool-290-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T18:59:17.032Z||pool-290-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:17.032Z||pool-290-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:17.048Z||pool-290-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:17.048Z||pool-290-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:17.932Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:17.933Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:17.934Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:17.934Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T18:59:18.035Z||pool-291-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:18.035Z||pool-291-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:18.035Z||pool-291-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:18.051Z||pool-291-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:18.051Z||pool-291-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:18.935Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T18:59:18.936Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:18.937Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:18.938Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T18:59:19.038Z||pool-292-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:19.039Z||pool-292-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:19.039Z||pool-292-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:19.063Z||pool-292-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:19.064Z||pool-292-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:19.938Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "297036f5-7dd8-4030-85b1-2446998cc93d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e97c53d0-bda1-48be-b075-2833365a93fc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "24c0ede7-6647-487c-8ae8-8f0330cf424d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "47bef58b-348c-4b56-9125-df603a6ebf4f",
      "resourceInvariantUUID": "1256888b-88d6-43e9-a0e6-358ddedd28d7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YTMzNmIzMGIzYWFjOTIxZGRmOGY5YTY3ZTFiNWJmZjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bb926e18-de92-45db-b3cf-f401f44bfbb9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "75647cfd-c66d-4d44-b4a3-01cc3d244d4c",
            "generatedFromUUID": "6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "81b8ea38-d395-4abe-805f-f8f7143eaf1b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "75647cfd-c66d-4d44-b4a3-01cc3d244d4c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2be1d3f8-ec78-446c-a90f-16b887a8ad91",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTIxMDZhMTU2YmJiNDBiMTQ3MmFmNTZmMDljNjQ3YmM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c8ba097d-7fb4-4d22-94f1-e1639e31b61c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T18:59:19.939Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T18:59:19.939Z|ed99ecf5-0a39-4579-9530-77c76a9d9c84|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 297036f5-7dd8-4030-85b1-2446998cc93d ASDC
2022-06-02T18:59:19.941Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||ASDC Notification:
DistributionID:e42c376e-0953-455c-88a8-5778e20e6ad5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:297036f5-7dd8-4030-85b1-2446998cc93d
ServiceInvariantUUID:e97c53d0-bda1-48be-b075-2833365a93fc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:c8ba097d-7fb4-4d22-94f1-e1639e31b61c
ArtifactChecksum:NTIxMDZhMTU2YmJiNDBiMTQ3MmFmNTZmMDljNjQ3YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:24c0ede7-6647-487c-8ae8-8f0330cf424d
ResourceInvariantUUID:1256888b-88d6-43e9-a0e6-358ddedd28d7
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:47bef58b-348c-4b56-9125-df603a6ebf4f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:bb926e18-de92-45db-b3cf-f401f44bfbb9
ArtifactChecksum:YTMzNmIzMGIzYWFjOTIxZGRmOGY5YTY3ZTFiNWJmZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:75647cfd-c66d-4d44-b4a3-01cc3d244d4c
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:81b8ea38-d395-4abe-805f-f8f7143eaf1b
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:75647cfd-c66d-4d44-b4a3-01cc3d244d4c
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:2be1d3f8-ec78-446c-a90f-16b887a8ad91
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T18:59:19.941Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 297036f5-7dd8-4030-85b1-2446998cc93d 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-06-02T18:59:20.002Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:59:20.003Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:59:20.003Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:59:20.003Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: c8ba097d-7fb4-4d22-94f1-e1639e31b61c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:20.004Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:20.004Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:20.110Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:20.117Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c8ba097d-7fb4-4d22-94f1-e1639e31b61c 158217
2022-06-02T18:59:20.118Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-02T18:59:20.118Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:20.118Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:20.118Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:20.121Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:20.121Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196360117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:20.221Z||pool-293-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:20.221Z||pool-293-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:20.222Z||pool-293-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:20.287Z||pool-293-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:20.288Z||pool-293-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:21.121Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T18:59:21.123Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||MSO config path is: /app
2022-06-02T18:59:21.124Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to write artifact UUID: c8ba097d-7fb4-4d22-94f1-e1639e31b61c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:21.124Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-02T18:59:21.126Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:21.126Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:21.343Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18296582950567849537/Definitions/service-BasicCnfMacro-template.yml
2022-06-02T18:59:22.582Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||####################################################################################################
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:22.583Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:22.584Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|WARN|500||####################################################################################################
2022-06-02T18:59:22.584Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.584Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.585Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.585Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:59:22.585Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:59:22.586Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.586Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.586Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.586Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T18:59:22.586Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T18:59:22.587Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.587Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.587Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.587Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-02T18:59:22.587Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-02T18:59:22.588Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-02T18:59:22.588Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T18:59:22.588Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.588Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:59:22.589Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.589Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.589Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:22.589Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.590Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.590Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:22.590Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.590Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.590Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:22.591Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.591Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:22.591Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:22.591Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.592Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-02T18:59:22.592Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-02T18:59:22.592Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6c0191c8-7bf6-4dc5-b003-49b0bae7e3f4
2022-06-02T18:59:22.592Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.592Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.593Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.593Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.593Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.593Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.593Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:22.594Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:22.594Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:297036f5-7dd8-4030-85b1-2446998cc93d
Model Version:NULL
Model InvariantUuid:e97c53d0-bda1-48be-b075-2833365a93fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:461e67c5-000a-4881-9b41-aebadf74384b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1256888b-88d6-43e9-a0e6-358ddedd28d7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:24c0ede7-6647-487c-8ae8-8f0330cf424d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28345c4e-ae3b-44e6-a233-0da0906499ef
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bb35cb00-06ba-4bf5-aabe-ab6c0ce5b9b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:1d73eced-48fd-44e8-a078-9b3010194609
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:ac54c047-f300-4618-bb30-41bfc3fb809b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c0191c8-7bf6-4dc5-b003-49b0bae7e3f4
ModelInvariantUuid:e22b5684-e30f-4303-b0b6-52e520534299
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f7b9ff1f-272b-4701-b81e-2ee6110aebda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:66f7f719-4d0f-44d1-96d6-29345ec11517
ModelInvariantUuid:40e99a32-cb47-4746-ad61-c3c20349e064
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:3aa1fadf-3390-4779-9704-389238ebe18c
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-06-02T18:59:22.604Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 47bef58b-348c-4b56-9125-df603a6ebf4f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:59:22.608Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||basic_cnf_macro 0
2022-06-02T18:59:22.609Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 47bef58b-348c-4b56-9125-df603a6ebf4f
2022-06-02T18:59:22.609Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: bb926e18-de92-45db-b3cf-f401f44bfbb9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-02T18:59:22.609Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:22.609Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-02T18:59:22.788Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:22.788Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json bb926e18-de92-45db-b3cf-f401f44bfbb9 1565
2022-06-02T18:59:22.788Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-02T18:59:22.789Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-02T18:59:22.789Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:22.789Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:22.791Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:22.791Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196362788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:22.891Z||pool-294-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:22.892Z||pool-294-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:22.892Z||pool-294-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:22.911Z||pool-294-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:22.911Z||pool-294-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:23.791Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1d73eced-48fd-44e8-a078-9b3010194609",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac54c047-f300-4618-bb30-41bfc3fb809b",
    "vfModuleModelCustomizationUUID": "84b17c4c-0bd0-4786-8559-52a514a418da",
    "isBase": true,
    "artifacts": [
      "6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48",
      "75647cfd-c66d-4d44-b4a3-01cc3d244d4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "28345c4e-ae3b-44e6-a233-0da0906499ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb35cb00-06ba-4bf5-aabe-ab6c0ce5b9b9",
    "vfModuleModelCustomizationUUID": "9e373ce9-38ce-4dbc-b4fc-89c24d2e7668",
    "isBase": false,
    "artifacts": [
      "2be1d3f8-ec78-446c-a90f-16b887a8ad91"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-02T18:59:23.796Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac54c047-f300-4618-bb30-41bfc3fb809b
VfModuleModelInvariantUUID:1d73eced-48fd-44e8-a078-9b3010194609
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48
,
75647cfd-c66d-4d44-b4a3-01cc3d244d4c

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:bb35cb00-06ba-4bf5-aabe-ab6c0ce5b9b9
VfModuleModelInvariantUUID:28345c4e-ae3b-44e6-a233-0da0906499ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2be1d3f8-ec78-446c-a90f-16b887a8ad91

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

isBase:false


}

2022-06-02T18:59:23.798Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "1d73eced-48fd-44e8-a078-9b3010194609",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac54c047-f300-4618-bb30-41bfc3fb809b",
    "vfModuleModelCustomizationUUID": "84b17c4c-0bd0-4786-8559-52a514a418da",
    "isBase": true,
    "artifacts": [
      "6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48",
      "75647cfd-c66d-4d44-b4a3-01cc3d244d4c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "28345c4e-ae3b-44e6-a233-0da0906499ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb35cb00-06ba-4bf5-aabe-ab6c0ce5b9b9",
    "vfModuleModelCustomizationUUID": "9e373ce9-38ce-4dbc-b4fc-89c24d2e7668",
    "isBase": false,
    "artifacts": [
      "2be1d3f8-ec78-446c-a90f-16b887a8ad91"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-02T18:59:23.798Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac54c047-f300-4618-bb30-41bfc3fb809b
VfModuleModelInvariantUUID:1d73eced-48fd-44e8-a078-9b3010194609
VfModuleModelDescription:NULL
Artifacts UUID List:{
6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48
,
75647cfd-c66d-4d44-b4a3-01cc3d244d4c

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:bb35cb00-06ba-4bf5-aabe-ab6c0ce5b9b9
VfModuleModelInvariantUUID:28345c4e-ae3b-44e6-a233-0da0906499ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
2be1d3f8-ec78-446c-a90f-16b887a8ad91

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

isBase:false


}

2022-06-02T18:59:23.798Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: 6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-02T18:59:23.798Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:23.798Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-02T18:59:24.288Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:24.289Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6b2a25cb-7e95-4e61-b1e0-4da77fc5cd48 914
2022-06-02T18:59:24.289Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-02T18:59:24.289Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-02T18:59:24.289Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:24.289Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:24.291Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:24.291Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196364289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:24.391Z||pool-295-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:24.392Z||pool-295-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:24.392Z||pool-295-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:24.432Z||pool-295-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:24.432Z||pool-295-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:25.292Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: 81b8ea38-d395-4abe-805f-f8f7143eaf1b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-02T18:59:25.293Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:25.293Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-02T18:59:25.878Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:25.878Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 81b8ea38-d395-4abe-805f-f8f7143eaf1b 12
2022-06-02T18:59:25.879Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-02T18:59:25.879Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-02T18:59:25.879Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:25.879Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:25.881Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:25.881Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196365879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:25.981Z||pool-296-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:25.983Z||pool-296-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:25.983Z||pool-296-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:26.001Z||pool-296-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:26.001Z||pool-296-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:26.882Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: 75647cfd-c66d-4d44-b4a3-01cc3d244d4c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-02T18:59:26.882Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:26.883Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-02T18:59:27.478Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:27.478Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 75647cfd-c66d-4d44-b4a3-01cc3d244d4c 96
2022-06-02T18:59:27.479Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-02T18:59:27.479Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-02T18:59:27.479Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:27.479Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:27.481Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:27.481Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196367479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:27.582Z||pool-297-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T18:59:27.582Z||pool-297-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:27.583Z||pool-297-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:27.598Z||pool-297-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:27.599Z||pool-297-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:28.482Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Trying to download the artifact UUID: 2be1d3f8-ec78-446c-a90f-16b887a8ad91 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-02T18:59:28.483Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - download
2022-06-02T18:59:28.483Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-02T18:59:28.794Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T18:59:28.795Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2be1d3f8-ec78-446c-a90f-16b887a8ad91 20206
2022-06-02T18:59:28.795Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-02T18:59:28.795Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-02T18:59:28.796Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T18:59:28.796Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:28.797Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:28.797Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196368795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T18:59:28.898Z||pool-298-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:28.898Z||pool-298-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:28.899Z||pool-298-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:28.938Z||pool-298-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:28.939Z||pool-298-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:29.804Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Preparing to deploy Service: 297036f5-7dd8-4030-85b1-2446998cc93d
2022-06-02T18:59:29.805Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 47bef58b-348c-4b56-9125-df603a6ebf4f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:59:29.822Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@19d7a360, org.onap.sdc.toscaparser.api.parameters.Input@4fcaa5ca, org.onap.sdc.toscaparser.api.parameters.Input@2b0e2588, org.onap.sdc.toscaparser.api.parameters.Input@390b2dc1, org.onap.sdc.toscaparser.api.parameters.Input@1d635523]
2022-06-02T18:59:29.824Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.825Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.825Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T18:59:29.825Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||VFCustomizationUUID= 24c0ede7-6647-487c-8ae8-8f0330cf424d
2022-06-02T18:59:29.826Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 24c0ede7-6647-487c-8ae8-8f0330cf424d matches Tosca VF Customization UUID: 24c0ede7-6647-487c-8ae8-8f0330cf424d
2022-06-02T18:59:29.826Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||vfCustomizationUUID: 24c0ede7-6647-487c-8ae8-8f0330cf424d  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-06-02T18:59:29.829Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.830Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.830Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||resource request for resource customization id 24c0ede7-6647-487c-8ae8-8f0330cf424d: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-02T18:59:29.830Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3de05be6
2022-06-02T18:59:29.830Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.831Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T18:59:29.831Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e373ce9-38ce-4dbc-b4fc-89c24d2e7668
2022-06-02T18:59:29.831Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e373ce9-38ce-4dbc-b4fc-89c24d2e7668
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-06-02T18:59:29.836Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.836Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-02T18:59:29.837Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=24c0ede7-6647-487c-8ae8-8f0330cf424d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500|| resourceSeq for service uuid 297036f5-7dd8-4030-85b1-2446998cc93d: basic_cnf_macro
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.841Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T18:59:29.842Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-02T18:59:29.915Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 47bef58b-348c-4b56-9125-df603a6ebf4f 2 ASDC deployResourceStructure
2022-06-02T18:59:29.915Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-02T18:59:29.916Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-02T18:59:29.916Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:59:29.916Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:29.918Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:29.918Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196369915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T18:59:30.018Z||pool-299-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:30.019Z||pool-299-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:30.020Z||pool-299-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:30.069Z||pool-299-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:30.070Z||pool-299-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:30.919Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-02T18:59:30.919Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-02T18:59:30.920Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:59:30.920Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:30.922Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:30.922Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196370919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T18:59:31.022Z||pool-300-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:31.023Z||pool-300-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:31.024Z||pool-300-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:31.055Z||pool-300-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:31.056Z||pool-300-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:31.930Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-02T18:59:31.930Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-02T18:59:31.930Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T18:59:31.931Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:31.932Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:31.932Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196371923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-02T18:59:32.032Z||pool-301-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:32.033Z||pool-301-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:32.033Z||pool-301-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:32.059Z||pool-301-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:32.059Z||pool-301-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:32.934Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-02T18:59:32.934Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-02T18:59:32.934Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:59:32.935Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:32.936Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:32.936Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196372933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-02T18:59:33.037Z||pool-302-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:33.037Z||pool-302-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:33.038Z||pool-302-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:33.061Z||pool-302-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:33.062Z||pool-302-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T18:59:33.937Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-02T18:59:33.938Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-02T18:59:33.938Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-02T18:59:33.938Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:33.940Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:33.940Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196373937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-02T18:59:34.040Z||pool-303-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:34.040Z||pool-303-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:34.041Z||pool-303-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:34.061Z||pool-303-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:34.062Z||pool-303-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:34.940Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-02T18:59:34.941Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-02T18:59:34.941Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T18:59:34.941Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T18:59:34.943Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T18:59:34.943Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T18:59:35.043Z||pool-304-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T18:59:35.044Z||pool-304-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T18:59:35.044Z||pool-304-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T18:59:35.067Z||pool-304-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T18:59:35.068Z||pool-304-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-02T18:59:35.944Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:59:35.955Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T18:59:35.957Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T18:59:35.957Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T18:59:35.957Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T19:00:05.958Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:00:05.973Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:00:05.974Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:00:05.975Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T19:00:05.975Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T19:00:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:00:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:00:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:00:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:00:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:00:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:00:09.425Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:00:35.975Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:00:35.984Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:00:35.985Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:00:35.985Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T19:00:35.986Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T19:01:05.986Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:01:05.998Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:01:06.000Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:01:06.000Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-02T19:01:06.001Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-02T19:01:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:01:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:01:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:01:09.227Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:01:09.252Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.252Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.253Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.254Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.255Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.256Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.257Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196338168,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.258Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196340962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196336411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196338898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.259Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196339346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196342265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.260Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196342983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.261Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196353089,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196353202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196353241,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196352985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.262Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196354094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196353985,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.263Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "policy-id",
  "timestamp": 1654196355098,
  "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-06-02T19:01:09.278Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.278Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.285Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196355197,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.286Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "cds",
  "timestamp": 1654196355584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-02T19:01:09.290Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.290Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.298Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.298Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196356102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196356412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.299Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.300Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196357111,
  "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-06-02T19:01:09.303Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.303Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.316Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.316Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.316Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196357504,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.317Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.318Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.318Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.318Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196358584,
  "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-06-02T19:01:09.321Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.321Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.326Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.326Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196359646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196360117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.327Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196360133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.328Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.329Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.329Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "aai-ml",
  "timestamp": 1654196361137,
  "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-06-02T19:01:09.332Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.333Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196361665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.349Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196362788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.350Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.351Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196364289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196356587,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.352Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.353Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196365879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.354Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196366755,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196359346,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.355Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196367479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196367672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.356Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.357Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.357Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.357Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "cds",
  "timestamp": 1654196367761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-06-02T19:01:09.366Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.366Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196368564,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.374Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.375Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "clamp",
  "timestamp": 1654196368677,
  "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-06-02T19:01:09.378Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e42c376e-0953-455c-88a8-5778e20e6ad5
2022-06-02T19:01:09.378Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196368795,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.385Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.386Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196369568,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196362265,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.387Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196369915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.388Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196362984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.389Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "policy-id",
  "timestamp": 1654196370572,
  "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-06-02T19:01:09.394Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.394Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.402Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.402Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.402Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.402Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196370919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.403Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.404Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196371923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196371748,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.405Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.406Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196372933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196373148,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.407Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196373937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.408Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196374391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.409Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196375144,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.410Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.411Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.411Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.411Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196375427,
  "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-06-02T19:01:09.415Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.415Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.421Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.421Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.421Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.421Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.421Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.422Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196376430,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196368765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.423Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196377908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.424Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.425Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.425Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.425Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "cds",
  "timestamp": 1654196379152,
  "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-06-02T19:01:09.437Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:01:09.437Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:01:09.449Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.449Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196379988,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.449Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.449Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.449Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196381536,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.450Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.451Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.451Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.451Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "aai-ml",
  "timestamp": 1654196382540,
  "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-06-02T19:01:09.456Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.456Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.466Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.466Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196382543,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.467Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.468Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196383547,
  "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-06-02T19:01:09.471Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.471Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.482Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.482Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.482Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.482Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.482Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.483Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.484Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.485Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196379345,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.486Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196387682,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.487Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196388133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.488Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196388685,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196389136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.489Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654196382266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.490Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "policy-id",
  "timestamp": 1654196390142,
  "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-06-02T19:01:09.495Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:01:09.495Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:01:09.502Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.502Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196366411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.502Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.502Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.502Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196382983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196370962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196391644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196391757,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.503Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196392735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196392760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196393153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196393738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.504Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.505Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "clamp",
  "timestamp": 1654196394742,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "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-06-02T19:01:09.508Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 3a7f8799-fcec-469f-b0c2-69dbb7964e60
2022-06-02T19:01:09.508Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:01:09.523Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.523Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196394464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.523Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.523Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196395146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.524Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196395485,
  "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-06-02T19:01:09.528Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:01:09.528Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:01:09.533Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.533Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654196396149,
  "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-06-02T19:01:09.537Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:01:09.537Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:01:09.551Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.551Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.551Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.551Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654196396488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196398149,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.552Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "aai-ml",
  "timestamp": 1654196399153,
  "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-06-02T19:01:09.557Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:01:09.557Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196369680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:01:09.566Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:01:09.567Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:01:09.567Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196408716,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:01:09.567Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:01:36.001Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:01:36.011Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:01:36.014Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:01:36.014Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T19:01:36.015Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T19:01:36.015Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T19:01:36.016Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T19:01:36.016Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?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-06-02T19:01:36.021Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T19:02:06.021Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: e42c376e-0953-455c-88a8-5778e20e6ad5 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-06-02T19:02:06.037Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e42c376e-0953-455c-88a8-5778e20e6ad5 and serviceModelVersionId: 297036f5-7dd8-4030-85b1-2446998cc93d
2022-06-02T19:02:06.037Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e97c53d0-bda1-48be-b075-2833365a93fc
2022-06-02T19:02:06.038Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0
2022-06-02T19:02:06.043Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T19:02:06.075Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a25551a1-4a44-4971-ad52-92a1630ea70b/model-vers/model-ver/456c5a59-af16-4c39-b44e-51ca640f0baf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:06.077Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Invoke
2022-06-02T19:02:07.606Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:07.607Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Invoke
2022-06-02T19:02:09.140Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:09.142Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Invoke
2022-06-02T19:02:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:02:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:02:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:09.722Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:09.723Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:02:09.723Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196412729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:02:09.724Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:02:09.724Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:02:09.724Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "clamp",
  "timestamp": 1654196413734,
  "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-06-02T19:02:09.729Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
2022-06-02T19:02:09.730Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||Entering installTheComponentStatus for distributionId dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:02:10.178Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:02:10.179Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:10.180Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:02:10.181Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:10.191Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:10.192Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e42c376e-0953-455c-88a8-5778e20e6ad5 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:02:10.192Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T19:02:10.192Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:10.194Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:10.194Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196530192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:02:10.294Z||pool-305-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:10.295Z||pool-305-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:10.295Z||pool-305-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:10.324Z||pool-305-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:10.325Z||pool-305-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-06-02T19:02:11.204Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||received message from topic
2022-06-02T19:02:11.204Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"3a7f8799-fcec-469f-b0c2-69dbb7964e60","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"aa2c2a92-ff7d-40aa-816c-b714ee67731a","serviceDescription":"service","serviceInvariantUUID":"19944a43-553f-4603-9840-769445041daf","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"853657dc-23d8-4114-a518-160f6c24c94d","resourceInvariantUUID":"a6b28eb2-7803-49ed-9001-f7df55838efd","resourceCustomizationUUID":"fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"30bd24ff-840a-44b7-bb6c-0caaaf051cc8","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ0MGE1ODc5Y2IxMmIyOWRmODYyZjcwMjcxZjlhZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70ed7300-d127-4645-a015-6614d24209a7","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Zjc1ODM0MTJiMzZhNmVjZjk3ZDA0N2FmYjA5OWZjMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87c3b58c-f17d-4d0f-8c39-488f353a3c9e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77ed8228-9550-4b3c-8c58-359483c29c6e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5454d0e2-c77c-4718-860f-33199db93129","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1e1c9b79-0532-498a-9751-89213afb5362","artifactVersion":"2","generatedFromUUID":"77ed8228-9550-4b3c-8c58-359483c29c6e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTFlZGY5YTJlNjFmZmE1NzZmYWY4ZDJhMTFlZmJmYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fcde7642-ab3b-48b3-b2a8-77b66655f42d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjUwYjhlODRkMDg5ODJhODYzMzQ2Mzg3ZjM3NTU2Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f8b08c7-b496-41aa-9c8f-fdeb2394e785","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T19:02:11.205Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:11.205Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:11.208Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:11.208Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:02:11.308Z||pool-306-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:11.309Z||pool-306-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:11.309Z||pool-306-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:11.328Z||pool-306-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:11.329Z||pool-306-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:12.209Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:12.210Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:12.211Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:12.212Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:02:12.312Z||pool-307-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:12.313Z||pool-307-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:12.313Z||pool-307-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:12.346Z||pool-307-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:12.346Z||pool-307-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:13.212Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:13.213Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:13.214Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:13.215Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:02:13.315Z||pool-308-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:13.316Z||pool-308-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:13.316Z||pool-308-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:13.346Z||pool-308-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:13.346Z||pool-308-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:14.215Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:14.216Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:14.218Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:14.218Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:02:14.318Z||pool-309-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:14.319Z||pool-309-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:14.319Z||pool-309-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:14.338Z||pool-309-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:14.339Z||pool-309-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:15.218Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:15.219Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:15.221Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:15.221Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:02:15.321Z||pool-310-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:15.322Z||pool-310-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:15.322Z||pool-310-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:15.340Z||pool-310-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:15.340Z||pool-310-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:16.222Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:16.223Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:16.224Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:16.225Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T19:02:16.325Z||pool-311-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:02:16.325Z||pool-311-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:16.325Z||pool-311-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:16.345Z||pool-311-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:16.345Z||pool-311-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:17.225Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:17.226Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:17.228Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:17.228Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:02:17.328Z||pool-312-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:17.329Z||pool-312-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:17.329Z||pool-312-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:17.445Z||pool-312-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:17.446Z||pool-312-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":3,"count":1}
2022-06-02T19:02:18.229Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:02:18.229Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:18.231Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:18.231Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:02:18.331Z||pool-313-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:18.333Z||pool-313-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:18.333Z||pool-313-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:18.381Z||pool-313-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:18.381Z||pool-313-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:19.232Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "aa2c2a92-ff7d-40aa-816c-b714ee67731a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "19944a43-553f-4603-9840-769445041daf",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "853657dc-23d8-4114-a518-160f6c24c94d",
      "resourceInvariantUUID": "a6b28eb2-7803-49ed-9001-f7df55838efd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "Zjc1ODM0MTJiMzZhNmVjZjk3ZDA0N2FmYjA5OWZjMDU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87c3b58c-f17d-4d0f-8c39-488f353a3c9e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "77ed8228-9550-4b3c-8c58-359483c29c6e",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1e1c9b79-0532-498a-9751-89213afb5362",
            "generatedFromUUID": "77ed8228-9550-4b3c-8c58-359483c29c6e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1e1c9b79-0532-498a-9751-89213afb5362",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YjUwYjhlODRkMDg5ODJhODYzMzQ2Mzg3ZjM3NTU2Zjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f8b08c7-b496-41aa-9c8f-fdeb2394e785"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T19:02:19.233Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T19:02:19.234Z|e42c376e-0953-455c-88a8-5778e20e6ad5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa2c2a92-ff7d-40aa-816c-b714ee67731a ASDC
2022-06-02T19:02:19.234Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||ASDC Notification:
DistributionID:3a7f8799-fcec-469f-b0c2-69dbb7964e60
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:aa2c2a92-ff7d-40aa-816c-b714ee67731a
ServiceInvariantUUID:19944a43-553f-4603-9840-769445041daf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:6f8b08c7-b496-41aa-9c8f-fdeb2394e785
ArtifactChecksum:YjUwYjhlODRkMDg5ODJhODYzMzQ2Mzg3ZjM3NTU2Zjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc
ResourceInvariantUUID:a6b28eb2-7803-49ed-9001-f7df55838efd
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:853657dc-23d8-4114-a518-160f6c24c94d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:87c3b58c-f17d-4d0f-8c39-488f353a3c9e
ArtifactChecksum:Zjc1ODM0MTJiMzZhNmVjZjk3ZDA0N2FmYjA5OWZjMDU=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:77ed8228-9550-4b3c-8c58-359483c29c6e
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1e1c9b79-0532-498a-9751-89213afb5362
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:1e1c9b79-0532-498a-9751-89213afb5362
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T19:02:19.235Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa2c2a92-ff7d-40aa-816c-b714ee67731a 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-06-02T19:02:19.297Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T19:02:19.298Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:02:19.298Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:02:19.298Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Trying to download the artifact UUID: 6f8b08c7-b496-41aa-9c8f-fdeb2394e785 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T19:02:19.298Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:02:19.299Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T19:02:19.511Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:02:19.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6f8b08c7-b496-41aa-9c8f-fdeb2394e785 73669
2022-06-02T19:02:19.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-02T19:02:19.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T19:02:19.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:02:19.515Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:19.516Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:19.516Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196539514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:02:19.617Z||pool-314-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:19.618Z||pool-314-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:19.618Z||pool-314-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:19.641Z||pool-314-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:19.641Z||pool-314-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:20.517Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T19:02:20.518Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:02:20.518Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Trying to write artifact UUID: 6f8b08c7-b496-41aa-9c8f-fdeb2394e785, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:20.518Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-02T19:02:20.519Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:20.519Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:20.632Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4209995623078984529/Definitions/service-Basicclamp-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-06-02T19:02:21.794Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T19:02:21.795Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||####################################################################################################
2022-06-02T19:02:21.795Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:21.795Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T19:02:21.795Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-06-02T19:02:21.796Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|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-Basicclamp-csar.csar
2022-06-02T19:02:21.796Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-Basicclamp-csar.csar
2022-06-02T19:02:21.796Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-Basicclamp-csar.csar
2022-06-02T19:02:21.796Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-Basicclamp-csar.csar
2022-06-02T19:02:21.797Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:21.797Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-02T19:02:21.797Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-Basicclamp-csar.csar
2022-06-02T19:02:21.797Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-Basicclamp-csar.csar
2022-06-02T19:02:21.797Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|WARN|500||####################################################################################################
2022-06-02T19:02:21.798Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.798Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.798Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:21.799Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T19:02:21.799Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T19:02:21.799Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.799Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.800Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:21.800Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T19:02:21.800Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T19:02:21.800Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.800Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.801Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.801Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T19:02:21.801Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-02T19:02:21.802Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-02T19:02:21.802Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-02T19:02:21.802Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T19:02:21.802Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T19:02:21.803Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.803Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T19:02:21.803Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.803Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:21.804Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:21.804Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.804Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:21.805Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:21.805Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.805Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:21.805Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:21.806Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.806Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T19:02:21.806Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T19:02:21.806Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T19:02:21.806Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52ad1749-7394-448a-9e31-fb2850100117
2022-06-02T19:02:21.807Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.807Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.807Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.807Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.808Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.808Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.808Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:21.808Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:21.809Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:aa2c2a92-ff7d-40aa-816c-b714ee67731a
Model Version:NULL
Model InvariantUuid:19944a43-553f-4603-9840-769445041daf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:b978ddbe-7f17-4464-b775-1b3938393cfa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6b28eb2-7803-49ed-9001-f7df55838efd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3be48227-ae55-4f61-a038-8c2e652cf1a3
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:fe67810c-9230-4bd4-99b8-7e82f377faa5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52ad1749-7394-448a-9e31-fb2850100117
ModelInvariantUuid:27c48ab0-5fad-47f8-bcd9-eafe4ae5fd64
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:04622ff2-0f08-493a-a107-d71f71352fba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0f1bb41a-448a-4916-8623-a337f9cedee1
ModelInvariantUuid:811a86b4-7d25-4934-b834-d0e2ee402f92
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cb2a4e30-fd2b-41db-a1f4-6370c7bc2fb5
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-06-02T19:02:21.822Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 853657dc-23d8-4114-a518-160f6c24c94d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T19:02:21.827Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||basicclamp 0
2022-06-02T19:02:21.827Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 853657dc-23d8-4114-a518-160f6c24c94d
2022-06-02T19:02:21.827Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Trying to download the artifact UUID: 87c3b58c-f17d-4d0f-8c39-488f353a3c9e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T19:02:21.827Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:02:21.828Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T19:02:21.925Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:02:21.926Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 87c3b58c-f17d-4d0f-8c39-488f353a3c9e 790
2022-06-02T19:02:21.926Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-02T19:02:21.926Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T19:02:21.926Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:02:21.927Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:21.929Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:21.929Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196541926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:02:22.029Z||pool-315-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:22.030Z||pool-315-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:22.030Z||pool-315-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:22.130Z||pool-315-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:22.131Z||pool-315-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:22.929Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3be48227-ae55-4f61-a038-8c2e652cf1a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe67810c-9230-4bd4-99b8-7e82f377faa5",
    "vfModuleModelCustomizationUUID": "e31e5b3d-2c4d-4620-afbd-7373a782df5b",
    "isBase": true,
    "artifacts": [
      "77ed8228-9550-4b3c-8c58-359483c29c6e",
      "1e1c9b79-0532-498a-9751-89213afb5362"
    ],
    "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-06-02T19:02:22.932Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe67810c-9230-4bd4-99b8-7e82f377faa5
VfModuleModelInvariantUUID:3be48227-ae55-4f61-a038-8c2e652cf1a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
77ed8228-9550-4b3c-8c58-359483c29c6e
,
1e1c9b79-0532-498a-9751-89213afb5362

}
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-06-02T19:02:22.934Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3be48227-ae55-4f61-a038-8c2e652cf1a3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fe67810c-9230-4bd4-99b8-7e82f377faa5",
    "vfModuleModelCustomizationUUID": "e31e5b3d-2c4d-4620-afbd-7373a782df5b",
    "isBase": true,
    "artifacts": [
      "77ed8228-9550-4b3c-8c58-359483c29c6e",
      "1e1c9b79-0532-498a-9751-89213afb5362"
    ],
    "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-06-02T19:02:22.934Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fe67810c-9230-4bd4-99b8-7e82f377faa5
VfModuleModelInvariantUUID:3be48227-ae55-4f61-a038-8c2e652cf1a3
VfModuleModelDescription:NULL
Artifacts UUID List:{
77ed8228-9550-4b3c-8c58-359483c29c6e
,
1e1c9b79-0532-498a-9751-89213afb5362

}
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-06-02T19:02:22.934Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Trying to download the artifact UUID: 77ed8228-9550-4b3c-8c58-359483c29c6e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T19:02:22.934Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:02:22.934Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T19:02:23.477Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:02:23.477Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 77ed8228-9550-4b3c-8c58-359483c29c6e 5033
2022-06-02T19:02:23.477Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T19:02:23.478Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T19:02:23.478Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:02:23.478Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:23.480Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:23.481Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196543477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:02:23.580Z||pool-316-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:02:23.581Z||pool-316-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:23.581Z||pool-316-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:23.623Z||pool-316-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:23.623Z||pool-316-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:24.481Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Trying to download the artifact UUID: 1e1c9b79-0532-498a-9751-89213afb5362 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T19:02:24.482Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:02:24.482Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T19:02:25.080Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:02:25.080Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 1e1c9b79-0532-498a-9751-89213afb5362 909
2022-06-02T19:02:25.081Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T19:02:25.081Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T19:02:25.081Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:02:25.081Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:25.083Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:25.083Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196545081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:02:25.183Z||pool-317-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:25.184Z||pool-317-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:25.185Z||pool-317-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:25.234Z||pool-317-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:25.235Z||pool-317-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:26.084Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Preparing to deploy Service: aa2c2a92-ff7d-40aa-816c-b714ee67731a
2022-06-02T19:02:26.084Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 853657dc-23d8-4114-a518-160f6c24c94d 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-06-02T19:02:26.171Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@69f46fbe, org.onap.sdc.toscaparser.api.parameters.Input@65a166db, org.onap.sdc.toscaparser.api.parameters.Input@664c3150, org.onap.sdc.toscaparser.api.parameters.Input@64c85a7c, org.onap.sdc.toscaparser.api.parameters.Input@2e0b50c4]
2022-06-02T19:02:26.172Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.172Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.173Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T19:02:26.173Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||VFCustomizationUUID= fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc
2022-06-02T19:02:26.173Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc matches Tosca VF Customization UUID: fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc
2022-06-02T19:02:26.173Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||vfCustomizationUUID: fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc  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-06-02T19:02:26.178Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.179Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.179Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||resource request for resource customization id fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc: {\"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-06-02T19:02:26.180Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@618ebabf
2022-06-02T19:02:26.180Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.180Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-02T19:02:26.180Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e31e5b3d-2c4d-4620-afbd-7373a782df5b
2022-06-02T19:02:26.180Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e31e5b3d-2c4d-4620-afbd-7373a782df5b
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-06-02T19:02:26.188Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.188Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:26.188Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:26.189Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.189Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:26.189Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:26.189Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.190Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-02T19:02:26.190Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-02T19:02:26.190Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-02T19:02:26.190Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52ad1749-7394-448a-9e31-fb2850100117
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-06-02T19:02:26.194Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.194Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:26.194Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:02:26.194Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.195Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-02T19:02:26.195Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=fcb0b1d2-1c7e-45c2-a8a1-746e68f2f7cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T19:02:26.197Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.197Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.197Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500|| resourceSeq for service uuid aa2c2a92-ff7d-40aa-816c-b714ee67731a: basicclamp
2022-06-02T19:02:26.197Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.197Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.198Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.199Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:02:26.199Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:02:26.199Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||Saving Service: basicclamp 
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-06-02T19:02:26.502Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 853657dc-23d8-4114-a518-160f6c24c94d 1 ASDC deployResourceStructure
2022-06-02T19:02:26.503Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-02T19:02:26.503Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-02T19:02:26.503Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:02:26.504Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:26.506Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:26.506Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196546503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:02:26.606Z||pool-318-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:26.607Z||pool-318-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:26.607Z||pool-318-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:26.676Z||pool-318-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:26.677Z||pool-318-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:27.508Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-02T19:02:27.508Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-02T19:02:27.508Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:02:27.508Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:27.510Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:27.510Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196547507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T19:02:27.610Z||pool-319-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:27.611Z||pool-319-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:27.611Z||pool-319-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:27.649Z||pool-319-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:27.650Z||pool-319-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:02:28.511Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-02T19:02:28.511Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-02T19:02:28.511Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:02:28.512Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:28.513Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:28.513Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196548511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T19:02:28.613Z||pool-320-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:28.614Z||pool-320-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:28.614Z||pool-320-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:28.640Z||pool-320-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:28.640Z||pool-320-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:29.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-02T19:02:29.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-02T19:02:29.514Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:02:29.515Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:02:29.517Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:02:29.517Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196549514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:02:29.617Z||pool-321-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:02:29.618Z||pool-321-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:02:29.618Z||pool-321-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:02:29.651Z||pool-321-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:02:29.652Z||pool-321-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:02:30.518Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a7f8799-fcec-469f-b0c2-69dbb7964e60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:02:30.532Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a7f8799-fcec-469f-b0c2-69dbb7964e60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:02:30.533Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:02:30.534Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T19:02:30.534Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T19:02:30.534Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T19:02:30.534Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T19:02:30.534Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?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-06-02T19:02:30.537Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T19:03:00.537Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a7f8799-fcec-469f-b0c2-69dbb7964e60 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-06-02T19:03:00.555Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a7f8799-fcec-469f-b0c2-69dbb7964e60 and serviceModelVersionId: aa2c2a92-ff7d-40aa-816c-b714ee67731a
2022-06-02T19:03:00.555Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 19944a43-553f-4603-9840-769445041daf
2022-06-02T19:03:00.556Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0
2022-06-02T19:03:00.559Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e97c53d0-bda1-48be-b075-2833365a93fc/model-vers/model-ver/297036f5-7dd8-4030-85b1-2446998cc93d?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T19:03:00.586Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Invoke
2022-06-02T19:03:00.587Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90c83a75-8e1a-4b6b-a830-83fe1f14744b], X-ECOMP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-TransactionId=[], X-ONAP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], Content-Type=[application/merge-patch+json]}
2022-06-02T19:03:02.101Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Invoke
2022-06-02T19:03:02.101Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b8ba607-adae-47e9-a514-3874fab9afa0], X-ECOMP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-TransactionId=[], X-ONAP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], Content-Type=[application/merge-patch+json]}
2022-06-02T19:03:03.636Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Invoke
2022-06-02T19:03:03.636Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f09262c-e99d-4a92-a832-a7af8f660620], X-ECOMP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], X-TransactionId=[], X-ONAP-RequestID=[3a7f8799-fcec-469f-b0c2-69dbb7964e60], Content-Type=[application/merge-patch+json]}
2022-06-02T19:03:04.671Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:03:04.671Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:04.671Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:03:04.672Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:04.680Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:04.680Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a7f8799-fcec-469f-b0c2-69dbb7964e60 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:03:04.680Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T19:03:04.680Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:04.682Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:04.682Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196584680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:03:04.782Z||pool-322-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:04.783Z||pool-322-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:04.783Z||pool-322-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:04.808Z||pool-322-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:04.809Z||pool-322-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-02T19:03:05.698Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:03:05.698Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:03:05.698Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:03:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:03:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:09.839Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:09.839Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.840Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "e42c376e-0953-455c-88a8-5778e20e6ad5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196530192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:03:09.840Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.840Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.841Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.842Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.843Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196349187,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196539514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.844Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196541926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196543477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.845Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196545081,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196546503,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196547507,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.846Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196548511,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196549514,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:09.847Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:09.848Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "3a7f8799-fcec-469f-b0c2-69dbb7964e60",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196584680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:03:09.848Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:03:10.238Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:10.239Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||received message from topic
2022-06-02T19:03:10.239Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||recieved notification from broker: {"distributionID":"dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c1dc61c7-585d-48b9-97e8-ddde8fca4fe7","serviceDescription":"service","serviceInvariantUUID":"3b1e3594-d0e9-4163-afb5-fafa81c8fa97","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8263d339-7e7d-4bfa-975f-eb453f77081c","resourceInvariantUUID":"01ed4617-6bb8-414a-a233-5d1ed9367a0a","resourceCustomizationUUID":"53e31a11-b5e2-48b8-a9fe-35b09361c8a0","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":"ZDY1YmNhYWJjYmY3Y2I3NGYzNzc3OTk1NjdhYmU1MzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83dab01a-e7fd-40f6-b4db-2faf689ba269","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":"YzdjMmYxNzllOTI0MDVlZDdkZDcwMjVjYWRjOTExMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a2b6743-b084-4e28-a5f8-b5feb90f40b1","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":"68e6d12f-6acc-4e88-8237-b81f21d42b48","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":"dc5de48a-ef95-4c6b-9544-28dd08c0ed5c","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":"b854ffa1-13b1-4b8e-a053-57406a8959ee","artifactVersion":"2","generatedFromUUID":"68e6d12f-6acc-4e88-8237-b81f21d42b48"},{"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":"ZTc2N2RhZmRlODYwZDBiOTdkN2U4Mzk1ZGI5MmEzZjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d2b356ae-206f-4e91-bfa2-a72bb5c048b5","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":"OTJhZGI3NTM1M2MyNTA0YTU3NzA2OTBjNmRhYjdmYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fedc58f-8156-4454-81a3-7600c8e8f4ab","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTZjZjNjN2JmZGZjMzEwNWNhOWU3N2VkMWM5ZGY0YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bdb9572-fd0f-435e-8594-973c7e927282","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-02T19:03:10.241Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:10.241Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:10.243Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:10.243Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:10.343Z||pool-323-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:10.344Z||pool-323-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:10.344Z||pool-323-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:10.359Z||pool-323-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:10.360Z||pool-323-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:11.244Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:11.244Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:11.246Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:11.246Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:03:11.347Z||pool-324-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-02T19:03:11.348Z||pool-324-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:11.348Z||pool-324-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:11.365Z||pool-324-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:11.366Z||pool-324-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:12.247Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:12.248Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:12.250Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:12.250Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:03:12.351Z||pool-325-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:12.351Z||pool-325-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:12.351Z||pool-325-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:12.376Z||pool-325-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:12.376Z||pool-325-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:13.251Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:13.252Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:13.253Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:13.253Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:13.353Z||pool-326-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:03:13.354Z||pool-326-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:13.354Z||pool-326-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:13.367Z||pool-326-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:13.367Z||pool-326-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:14.254Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:14.255Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:14.257Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:14.257Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T19:03:14.357Z||pool-327-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:14.357Z||pool-327-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:14.358Z||pool-327-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:14.376Z||pool-327-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:14.376Z||pool-327-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:15.257Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:15.258Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:15.260Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:15.260Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:15.360Z||pool-328-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:15.361Z||pool-328-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:15.361Z||pool-328-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:15.391Z||pool-328-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:15.392Z||pool-328-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:16.261Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:16.262Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:16.264Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:16.264Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:03:16.364Z||pool-329-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:16.365Z||pool-329-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:16.365Z||pool-329-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:16.382Z||pool-329-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:16.382Z||pool-329-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:03:17.265Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendNotificationStatus
2022-06-02T19:03:17.266Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:17.267Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:17.268Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:03:17.368Z||pool-330-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:17.368Z||pool-330-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:17.369Z||pool-330-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:17.391Z||pool-330-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:17.391Z||pool-330-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-06-02T19:03:18.269Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||sending notification to client: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c1dc61c7-585d-48b9-97e8-ddde8fca4fe7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3b1e3594-d0e9-4163-afb5-fafa81c8fa97",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "53e31a11-b5e2-48b8-a9fe-35b09361c8a0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8263d339-7e7d-4bfa-975f-eb453f77081c",
      "resourceInvariantUUID": "01ed4617-6bb8-414a-a233-5d1ed9367a0a",
      "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": "YzdjMmYxNzllOTI0MDVlZDdkZDcwMjVjYWRjOTExMGY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5a2b6743-b084-4e28-a5f8-b5feb90f40b1",
          "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": "68e6d12f-6acc-4e88-8237-b81f21d42b48",
          "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": "b854ffa1-13b1-4b8e-a053-57406a8959ee",
            "generatedFromUUID": "68e6d12f-6acc-4e88-8237-b81f21d42b48"
          },
          "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": "b854ffa1-13b1-4b8e-a053-57406a8959ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTZjZjNjN2JmZGZjMzEwNWNhOWU3N2VkMWM5ZGY0YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bdb9572-fd0f-435e-8594-973c7e927282"
    }
  ],
  "workloadContext": "Production"
}
2022-06-02T19:03:18.269Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-02T19:03:18.270Z|3a7f8799-fcec-469f-b0c2-69dbb7964e60|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1dc61c7-585d-48b9-97e8-ddde8fca4fe7 ASDC
2022-06-02T19:03:18.270Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||ASDC Notification:
DistributionID:dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c1dc61c7-585d-48b9-97e8-ddde8fca4fe7
ServiceInvariantUUID:3b1e3594-d0e9-4163-afb5-fafa81c8fa97
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:1bdb9572-fd0f-435e-8594-973c7e927282
ArtifactChecksum:NTZjZjNjN2JmZGZjMzEwNWNhOWU3N2VkMWM5ZGY0YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:53e31a11-b5e2-48b8-a9fe-35b09361c8a0
ResourceInvariantUUID:01ed4617-6bb8-414a-a233-5d1ed9367a0a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8263d339-7e7d-4bfa-975f-eb453f77081c
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:5a2b6743-b084-4e28-a5f8-b5feb90f40b1
ArtifactChecksum:YzdjMmYxNzllOTI0MDVlZDdkZDcwMjVjYWRjOTExMGY=
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:68e6d12f-6acc-4e88-8237-b81f21d42b48
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:b854ffa1-13b1-4b8e-a053-57406a8959ee
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:b854ffa1-13b1-4b8e-a053-57406a8959ee
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-02T19:03:18.271Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1dc61c7-585d-48b9-97e8-ddde8fca4fe7 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-06-02T19:03:18.320Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T19:03:18.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:03:18.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:03:18.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Trying to download the artifact UUID: 1bdb9572-fd0f-435e-8594-973c7e927282 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-02T19:03:18.322Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:03:18.322Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:18.491Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:03:18.494Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1bdb9572-fd0f-435e-8594-973c7e927282 78804
2022-06-02T19:03:18.495Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:18.495Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:18.495Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:03:18.495Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:18.497Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:18.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196598495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:18.598Z||pool-331-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:03:18.598Z||pool-331-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:18.598Z||pool-331-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:18.613Z||pool-331-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:18.613Z||pool-331-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:19.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-02T19:03:19.499Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||MSO config path is: /app
2022-06-02T19:03:19.499Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Trying to write artifact UUID: 1bdb9572-fd0f-435e-8594-973c7e927282, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-02T19:03:19.500Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-02T19:03:19.500Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-02T19:03:19.500Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-02T19:03:19.599Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16776435982994956075/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-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||CSAR conformance level is 11.0
2022-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|WARN|500||####################################################################################################
2022-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.749Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|WARN|500||####################################################################################################
2022-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T19:03:20.750Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Search for entities recursively
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.751Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.752Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:20.753Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=902de3fe-baa8-4f35-b888-e8bc48de41fb
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.755Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:20.755Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:20.755Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c1dc61c7-585d-48b9-97e8-ddde8fca4fe7
Model Version:NULL
Model InvariantUuid:3b1e3594-d0e9-4163-afb5-fafa81c8fa97
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:26bf3c1a-158b-4dcd-807e-46bc46c1ee55
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01ed4617-6bb8-414a-a233-5d1ed9367a0a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:53e31a11-b5e2-48b8-a9fe-35b09361c8a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cd0861e0-ba33-4286-8035-cdc591becde6
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:037acb2e-4fd2-4485-8973-cbea4572947e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:902de3fe-baa8-4f35-b888-e8bc48de41fb
ModelInvariantUuid:be1d112a-7d63-4ff1-8576-66588ab54955
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:b57fbf9f-73a4-4ef9-8aaa-bb927d93ff85
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f9bb3554-0518-49a8-be8d-a2645c29313a
ModelInvariantUuid:91d9ed2f-aa76-43a9-bad3-cd00cc9dd776
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:273aaca1-aa46-434e-a005-95bd153b882c
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-06-02T19:03:20.765Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Processing Resource Type: VF, Model UUID: 8263d339-7e7d-4bfa-975f-eb453f77081c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T19:03:20.768Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||basic_vm_macro 0
2022-06-02T19:03:20.768Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Processing Resource Type: VF and Model UUID: 8263d339-7e7d-4bfa-975f-eb453f77081c
2022-06-02T19:03:20.769Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Trying to download the artifact UUID: 5a2b6743-b084-4e28-a5f8-b5feb90f40b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-02T19:03:20.769Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:03:20.769Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.847Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:03:20.847Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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 5a2b6743-b084-4e28-a5f8-b5feb90f40b1 792
2022-06-02T19:03:20.847Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.847Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:20.848Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:03:20.848Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:20.850Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:20.850Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196600847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:20.950Z||pool-332-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:20.951Z||pool-332-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:20.951Z||pool-332-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:21.004Z||pool-332-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:21.005Z||pool-332-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:03:21.850Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd0861e0-ba33-4286-8035-cdc591becde6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037acb2e-4fd2-4485-8973-cbea4572947e",
    "vfModuleModelCustomizationUUID": "c8d8b4c6-80cc-4367-af33-033811d1c49f",
    "isBase": true,
    "artifacts": [
      "68e6d12f-6acc-4e88-8237-b81f21d42b48",
      "b854ffa1-13b1-4b8e-a053-57406a8959ee"
    ],
    "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-06-02T19:03:21.853Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037acb2e-4fd2-4485-8973-cbea4572947e
VfModuleModelInvariantUUID:cd0861e0-ba33-4286-8035-cdc591becde6
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e6d12f-6acc-4e88-8237-b81f21d42b48
,
b854ffa1-13b1-4b8e-a053-57406a8959ee

}
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-06-02T19:03:21.855Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cd0861e0-ba33-4286-8035-cdc591becde6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "037acb2e-4fd2-4485-8973-cbea4572947e",
    "vfModuleModelCustomizationUUID": "c8d8b4c6-80cc-4367-af33-033811d1c49f",
    "isBase": true,
    "artifacts": [
      "68e6d12f-6acc-4e88-8237-b81f21d42b48",
      "b854ffa1-13b1-4b8e-a053-57406a8959ee"
    ],
    "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-06-02T19:03:21.855Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:037acb2e-4fd2-4485-8973-cbea4572947e
VfModuleModelInvariantUUID:cd0861e0-ba33-4286-8035-cdc591becde6
VfModuleModelDescription:NULL
Artifacts UUID List:{
68e6d12f-6acc-4e88-8237-b81f21d42b48
,
b854ffa1-13b1-4b8e-a053-57406a8959ee

}
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-06-02T19:03:21.856Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Trying to download the artifact UUID: 68e6d12f-6acc-4e88-8237-b81f21d42b48 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-02T19:03:21.856Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:03:21.856Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:21.924Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:03:21.925Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 68e6d12f-6acc-4e88-8237-b81f21d42b48 5033
2022-06-02T19:03:21.925Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:21.925Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:21.925Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:03:21.925Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:21.927Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:21.927Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196601925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:22.028Z||pool-333-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:22.029Z||pool-333-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:22.029Z||pool-333-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:22.044Z||pool-333-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:22.045Z||pool-333-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:22.928Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||Trying to download the artifact UUID: b854ffa1-13b1-4b8e-a053-57406a8959ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-02T19:03:22.929Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - download
2022-06-02T19:03:22.929Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:23.194Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||GET Response Status 200
2022-06-02T19:03:23.194Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b854ffa1-13b1-4b8e-a053-57406a8959ee 903
2022-06-02T19:03:23.194Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:23.194Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:23.195Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDownloadStatus
2022-06-02T19:03:23.195Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:23.196Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:23.196Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196603194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:03:23.296Z||pool-334-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:03:23.297Z||pool-334-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:23.297Z||pool-334-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:23.314Z||pool-334-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:23.315Z||pool-334-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:24.197Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Preparing to deploy Service: c1dc61c7-585d-48b9-97e8-ddde8fca4fe7
2022-06-02T19:03:24.197Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8263d339-7e7d-4bfa-975f-eb453f77081c 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-06-02T19:03:24.299Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aa60b8f, org.onap.sdc.toscaparser.api.parameters.Input@7f6149f5, org.onap.sdc.toscaparser.api.parameters.Input@268077c9, org.onap.sdc.toscaparser.api.parameters.Input@12409bf, org.onap.sdc.toscaparser.api.parameters.Input@5b848067]
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VF Category is: Generic 
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||VFCustomizationUUID= 53e31a11-b5e2-48b8-a9fe-35b09361c8a0
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53e31a11-b5e2-48b8-a9fe-35b09361c8a0 matches Tosca VF Customization UUID: 53e31a11-b5e2-48b8-a9fe-35b09361c8a0
2022-06-02T19:03:24.301Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||vfCustomizationUUID: 53e31a11-b5e2-48b8-a9fe-35b09361c8a0  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-06-02T19:03:24.305Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.305Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.306Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||resource request for resource customization id 53e31a11-b5e2-48b8-a9fe-35b09361c8a0: {\"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-06-02T19:03:24.306Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a8cd918
2022-06-02T19:03:24.306Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.306Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:24.306Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c8d8b4c6-80cc-4367-af33-033811d1c49f
2022-06-02T19:03:24.307Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c8d8b4c6-80cc-4367-af33-033811d1c49f
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-06-02T19:03:24.309Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.309Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:24.310Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:24.310Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.310Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:24.310Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:24.311Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.311Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-02T19:03:24.311Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-02T19:03:24.311Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-02T19:03:24.312Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=902de3fe-baa8-4f35-b888-e8bc48de41fb
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-06-02T19:03:24.314Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.315Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:24.315Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-02T19:03:24.315Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.316Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-02T19:03:24.316Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=53e31a11-b5e2-48b8-a9fe-35b09361c8a0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-02T19:03:24.319Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.319Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.319Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500|| resourceSeq for service uuid c1dc61c7-585d-48b9-97e8-ddde8fca4fe7: basic_vm_macro
2022-06-02T19:03:24.320Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.320Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.320Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.320Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.321Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.322Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-02T19:03:24.322Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-02T19:03:24.322Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:24.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8263d339-7e7d-4bfa-975f-eb453f77081c 1 ASDC deployResourceStructure
2022-06-02T19:03:24.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:24.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:24.498Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:03:24.499Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:24.500Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:24.500Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196604498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:24.600Z||pool-335-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:24.601Z||pool-335-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:24.601Z||pool-335-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:24.645Z||pool-335-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:24.646Z||pool-335-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:25.502Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:25.502Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:25.502Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:03:25.502Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:25.504Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:25.504Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196605502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:25.604Z||pool-336-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-02T19:03:25.605Z||pool-336-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:25.606Z||pool-336-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:25.623Z||pool-336-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:25.623Z||pool-336-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:03:26.505Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:26.505Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:26.505Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:03:26.506Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:26.508Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:26.508Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196606505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:26.608Z||pool-337-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:26.609Z||pool-337-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:26.609Z||pool-337-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:26.631Z||pool-337-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:26.631Z||pool-337-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-02T19:03:27.509Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:27.509Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:27.510Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendDeploymentStatus
2022-06-02T19:03:27.510Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:03:27.512Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:03:27.512Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196607509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:03:27.612Z||pool-338-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:03:27.613Z||pool-338-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:03:27.613Z||pool-338-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:03:27.628Z||pool-338-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:03:27.628Z||pool-338-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-02T19:03:28.512Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:03:28.522Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-02T19:03:28.523Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?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-06-02T19:03:28.527Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-02T19:03:58.527Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Entered executePatchAAI method with distrubutionId: dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 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-06-02T19:03:58.537Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 and serviceModelVersionId: c1dc61c7-585d-48b9-97e8-ddde8fca4fe7
2022-06-02T19:03:58.537Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b1e3594-d0e9-4163-afb5-fafa81c8fa97
2022-06-02T19:03:58.538Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0
2022-06-02T19:03:58.542Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|INFO|500||RestClientSSL using default SSL context!
2022-06-02T19:03:58.572Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/19944a43-553f-4603-9840-769445041daf/model-vers/model-ver/aa2c2a92-ff7d-40aa-816c-b714ee67731a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:03:58.573Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||Invoke
2022-06-02T19:04:00.117Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:04:00.118Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||Invoke
2022-06-02T19:04:01.652Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:04:01.653Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||Invoke
2022-06-02T19:04:02.687Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||Exception occurred on executePatchAAI : java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:04:02.688Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:04:02.688Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:04:02.689Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:04:02.698Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:04:02.698Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)
2022-06-02T19:04:02.698Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-06-02T19:04:02.699Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||DistributionClient - sendStatus
2022-06-02T19:04:02.701Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-02T19:04:02.701Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|DEBUG|500||try to send status {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196642698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:04:02.801Z||pool-339-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-02T19:04:02.802Z||pool-339-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-02T19:04:02.802Z||pool-339-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:02.832Z||pool-339-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:04:02.833Z||pool-339-thread-1|||||INFO|500||cambria reply ok (32 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-06-02T19:04:03.720Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:04:03.720Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:04:03.720Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:04:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:04:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:09.822Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:04:09.823Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.823Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-02T19:04:09.824Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.825Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196585698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Missing status on Status Object. 
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196598495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196600847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:04:09.826Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196601925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196603194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196604498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196605502,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-02T19:04:09.827Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196606505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196607509,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||received message from topic
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|DEBUG|500||recieved notification from broker: {
  "distributionID": "dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654196642698,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.ProcessingException: java.net.ConnectException: Connection refused (Connection refused)"
}
2022-06-02T19:04:09.828Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-02T19:04:13.288Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:04:13.289Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:04:13.289Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:04:13.289Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:22.853Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:04:22.853Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:04:22.854Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:04:22.854Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:32.516Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:04:32.517Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:04:32.517Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:04:32.518Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:04:42.256Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:05:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:05:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:05:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:05:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:05:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:05:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:05:18.755Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:05:18.765Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:06:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:06:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:06:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:06:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:06:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T19:06:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:06:18.786Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:06:18.788Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:07:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:07:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:07:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:07:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:07:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T19:07:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:07:18.782Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:07:18.782Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:08:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:08:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:08:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:08:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:08:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:08:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:08:18.780Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:08:18.782Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:09:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:09:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:09:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:09:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:09:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:09:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:09:18.828Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:09:18.842Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:10:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:10:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:10:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:10:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:10:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T19:10:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:10:18.789Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:10:18.816Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:11:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:11:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:11:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:11:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:11:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T19:11:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:11:18.868Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:11:18.958Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:12:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:12:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:12:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:12:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:12:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:12:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:12:18.800Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:12:18.816Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:13:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:13:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:13:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:13:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:13:09.190Z||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-06-02T19:13:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:13:18.801Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:13:18.804Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:14:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:14:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:14:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:14:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:14:09.189Z||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-06-02T19:14:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:14:18.786Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:14:18.811Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:15:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:15:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:15:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:15:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:15:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:15:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:15:18.798Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:15:18.802Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:16:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:16:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:16:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:16:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:16:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:16:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:16:18.794Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:16:18.796Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:17:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:17:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:17:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:17:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:17:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:17:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:17:18.793Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:17:18.794Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:18:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:18:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:18:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:18:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:18:09.190Z||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-06-02T19:18:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:18:18.797Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:18:18.815Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:19:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:19:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:19:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:19:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:19:09.189Z||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-06-02T19:19:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:19:18.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:19:18.781Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:20:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:20:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:20:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:20:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:20:09.189Z||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-06-02T19:20:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:20:18.765Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:20:18.768Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:21:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:21:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:21:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:21:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:21:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:21:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:21:18.802Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:21:18.819Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:22:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:22:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:22:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:22:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:22:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T19:22:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:22:18.872Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:22:18.926Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:23:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:23:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:23:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:23:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:23:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:23:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:23:18.754Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:23:18.757Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:24:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:24:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:24:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:24:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:24:09.189Z||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-06-02T19:24:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:24:18.840Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:24:18.850Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:25:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:25:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:25:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:25:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:25:09.190Z||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-06-02T19:25:09.191Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:25:18.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:25:18.762Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:26:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:26:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:26:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:26:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:26:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:26:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:26:18.773Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:26:18.777Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:27:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:27:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:27:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:27:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:27:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:27:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:27:18.767Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:27:18.769Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:28:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:28:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:28:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:28:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:28:09.190Z||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-06-02T19:28:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:28:18.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:28:18.757Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:29:09.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:29:09.188Z||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-06-02T19:29:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:29:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:29:09.190Z||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-06-02T19:29:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:29:18.764Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:29:18.767Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:30:09.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:30:09.188Z||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-06-02T19:30:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:30:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:30:09.189Z||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-06-02T19:30:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:30:18.794Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:30:18.795Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:31:09.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:31:09.188Z||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-06-02T19:31:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:31:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:31:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:31:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:31:18.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:31:18.793Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:32:09.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:32:09.188Z||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-06-02T19:32:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:32:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:32:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:32:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:32:18.798Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:32:18.801Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:33:09.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:33:09.188Z||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-06-02T19:33:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:33:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:33:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:33:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:33:18.885Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:33:18.890Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:34:09.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:34:09.188Z||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-06-02T19:34:09.188Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:34:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:34:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:34:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:34:18.756Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:34:18.763Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:35:09.188Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:35:09.189Z||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-06-02T19:35:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:35:09.189Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:35:09.190Z||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-06-02T19:35:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:35:18.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:35:18.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:36:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:36:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:36:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T19:36:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:36:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:36:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:36:18.786Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:36:18.790Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:37:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:37:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:37:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:37:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:37:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:37:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:37:18.762Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:37:18.763Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:38:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:38:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:38:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:38:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:38:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:38:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:38:18.772Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:38:18.775Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:39:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:39:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:39:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:39:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:39:09.189Z||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-06-02T19:39:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:39:18.819Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:39:18.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:40:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:40:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:40:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:40:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:40:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:40:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:40:18.774Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:40:18.790Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:41:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:41:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:41:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:41:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:41:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:41:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:41:18.807Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:41:18.809Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:42:09.187Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:42:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:42:09.188Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:42:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:42:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T19:42:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:42:18.789Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:42:18.789Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:43:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:43:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:43:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:43:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:43:09.189Z||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-06-02T19:43:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:43:18.792Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:43:18.803Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:44:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:44:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:44:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:44:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:44:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T19:44:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:44:18.885Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:44:18.904Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:45:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:45:09.189Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:45:09.190Z||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-06-02T19:45:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:45:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:45:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:45:18.758Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:45:18.770Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:46:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:46:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:46:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T19:46:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:46:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:46:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:46:18.806Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:46:18.828Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:47:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:47:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:47:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:47:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:47:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:47:09.190Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:47:18.775Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:47:18.776Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:48:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:48:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:48:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:48:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:48:09.189Z||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-06-02T19:48:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:48:18.787Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:48:18.792Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:49:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:49:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:49:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:49:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:49:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:49:09.190Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:49:18.755Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:49:18.792Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:50:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:50:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:50:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:50:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:50:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?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-06-02T19:50:09.189Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:50:18.750Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:50:18.757Z|8cc201d4-481b-403c-82a1-db8dc8043b6f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eebcb68f-8d08-47f7-81b3-d544f4ec34b5/model-vers/model-ver/e83e7f93-a274-4671-9d02-70bdc57da845?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:51:09.187Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:51:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:51:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:51:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:51:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:51:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:51:18.801Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:51:18.821Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:52:09.188Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:52:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:52:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:52:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:52:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T19:52:09.191Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:52:18.770Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:52:18.770Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:53:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:53:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:53:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:53:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:53:09.190Z||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-06-02T19:53:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:53:18.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:53:18.775Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:54:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:54:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:54:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:54:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:54:09.189Z||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-06-02T19:54:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:54:18.750Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:54:18.757Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:55:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:55:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:55:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:55:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:55:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:55:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:55:18.780Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:55:18.855Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:56:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:56:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:56:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:56:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:56:09.190Z||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-06-02T19:56:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T19:56:18.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:56:18.761Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:57:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:57:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:57:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:57:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:57:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T19:57:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:57:18.803Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:57:18.834Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:58:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:58:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:58:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:58:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:58:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T19:58:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:58:18.810Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:58:18.810Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:59:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:59:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T19:59:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?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-06-02T19:59:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T19:59:09.189Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:59:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T19:59:18.761Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T19:59:18.810Z|dd7b04c5-0e6f-41d9-95d7-2a9e83064ca2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b1e3594-d0e9-4163-afb5-fafa81c8fa97/model-vers/model-ver/c1dc61c7-585d-48b9-97e8-ddde8fca4fe7?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:00:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:00:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:00:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:00:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:00:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T20:00:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:00:18.790Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:00:18.790Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:01:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:01:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:01:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:01:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:01:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T20:01:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:01:18.777Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:01:18.784Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:02:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:02:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:02:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:02:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:02:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T20:02:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:02:18.747Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:02:18.763Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:03:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:03:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:03:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:03:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:03:09.189Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?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-06-02T20:03:09.190Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:03:18.779Z|5117be27-5f81-4437-bcb0-9ca19d207269|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dccc40d3-fa3f-4541-bb0e-a06919f69128/model-vers/model-ver/3fb9c7ca-40fd-4a8e-b69d-64cdbde4c13a?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:03:18.783Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:04:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:04:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:04:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:04:09.189Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:04:09.190Z||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-06-02T20:04:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T20:04:18.770Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:04:18.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:05:09.187Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:05:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:05:09.188Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:05:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:05:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?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-06-02T20:05:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:05:18.782Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:05:18.782Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:06:09.187Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:06:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:06:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:06:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:06:09.190Z||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-06-02T20:06:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T20:06:18.817Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:06:18.851Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:07:09.187Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:07:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:07:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:07:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:07:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T20:07:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:07:18.789Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:07:18.838Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:08:09.187Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:08:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:08:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:08:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:08:09.189Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?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-06-02T20:08:09.190Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:08:18.803Z|7dc1ddf0-c59d-4d05-be35-106d0ca204b6|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50abe9b3-a545-4955-8d3e-40ba3e210093/model-vers/model-ver/df2bc758-0c90-438a-9d46-2f94b11d0a47?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:08:18.817Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:09:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:09:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:09:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:09:09.190Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:09:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T20:09:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:09:18.786Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:09:18.787Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:10:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:10:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:10:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:10:09.189Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:10:09.190Z||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-06-02T20:10:09.190Z||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 Szjwr6H60AOeWN0q) ...
2022-06-02T20:10:18.756Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:10:18.787Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:11:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:11:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:11:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:11:09.189Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:11:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T20:11:09.190Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:11:18.768Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:11:18.775Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:12:09.187Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:12:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:12:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:12:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:12:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?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-06-02T20:12:09.189Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:12:18.831Z|ec48dc57-4272-4fa1-a69f-a7ebabee4b88|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/218b6361-998a-4e08-8222-a85619527f51/model-vers/model-ver/4ee6c4a2-a471-4243-8544-ee7e0d9822ed?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:12:18.831Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:13:09.187Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:13:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-02T20:13:09.188Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:13:09.189Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-02T20:13:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?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-06-02T20:13:09.190Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Szjwr6H60AOeWN0q) ...
2022-06-02T20:13:18.769Z|e02dd371-437d-4e10-95a7-df2b7cac3908|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85b5a39e-db53-4a22-8bc7-a041a96d521f/model-vers/model-ver/2b12cfa6-f5b2-4f30-a117-ee81a2fa4dcd?depth=0|INFO|500||	--> HTTP/1.1 200 OK
2022-06-02T20:13:18.769Z|c8f19e68-eb22-47d4-aa78-2a4b7c6c2555|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b4a5d2b-4c9d-4d00-9c77-bd49a5b2d44d/model-vers/model-ver/60e3042a-d5f3-46eb-9c42-6aa962b06fde?depth=0|INFO|500||	--> HTTP/1.1 200 OK