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-11-12T05:22:28.998Z||main|||||INFO|500||The following profiles are active: basic
2022-11-12T05:22:41.566Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-12T05:22:41.567Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-12T05:22:41.784Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-12T05:22:47.794Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-12T05:22:48.372Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-12T05:22:49.121Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-12T05:22:49.150Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-12T05:22:49.362Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-12T05:22:49.729Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-12T05:22:50.501Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-12T05:22:52.622Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-12T05:22:54.826Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-12T05:22:54.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-12T05:22:55.539Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-12T05:22:55.828Z||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-11-12T05:22:57.095Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-12T05:22:58.740Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-12T05:22:58.813Z||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$$3d37c175.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-11-12T05:22:58.814Z||main|||||WARN|500||The sdc end point is not alive
2022-11-12T05:23:02.843Z||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-11-12T05:23:06.443Z||main|||||WARN|500||---
2022-11-12T05:23:06.444Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-12T05:23:06.444Z||main|||||WARN|500||---
2022-11-12T05:23:07.023Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-12T05:23:14.215Z||main|||||INFO|500||Started Application in 49.349 seconds (JVM running for 52.462)
2022-11-12T05:23:14.251Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-12T05:23:14.273Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-12T05:23:14.288Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-12T05:23:14.312Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-12T05:23:14.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7e23e74d-5370-4c50-80e4-48b0a9d0b0f0 url= /sdc/v1/artifactTypes
2022-11-12T05:23:14.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-12T05:23:14.719Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-12T05:23:14.750Z||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-11-12T05:23:14.853Z||scheduling-1|||||DEBUG|500||create keys
2022-11-12T05:23:14.869Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-12T05:23:14.911Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:23:14.931Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5a64f28f-7ddc-4bae-b143-6df28b4ae807 url= /sdc/v1/registerForDistribution
2022-11-12T05:23:15.166Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5a64f28f-7ddc-4bae-b143-6df28b4ae807 url= /sdc/v1/registerForDistribution
2022-11-12T05:23:15.167Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-12T05:23:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:23:15.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:23:15.230Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-12T05:23:15.267Z||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-11-12T05:23:15.269Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:23:15.273Z||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-11-12T05:23:15.273Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:23:25.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:23:26.084Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:24:15.181Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:24:15.185Z||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-11-12T05:24:15.185Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:24:15.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:24:15.199Z||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-11-12T05:24:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:24:24.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:24:24.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:25:15.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:25:15.182Z||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-11-12T05:25:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:25:15.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:25:15.199Z||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-11-12T05:25:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:25:24.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:25:24.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:26:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:26:15.182Z||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-11-12T05:26:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:26:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:26:15.198Z||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-11-12T05:26:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:26:24.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:26:24.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:27:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:27:15.182Z||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-11-12T05:27:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:27:15.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:27:15.199Z||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-11-12T05:27:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:27:24.748Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:27:24.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:28:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:28:15.182Z||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-11-12T05:28:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:28:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:28:15.199Z||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-11-12T05:28:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:28:24.757Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:28:24.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:29:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:29:15.182Z||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-11-12T05:29:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:29:15.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:29:15.200Z||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-11-12T05:29:15.201Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:29:24.731Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:29:24.770Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:30:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:30:15.182Z||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-11-12T05:30:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:30:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:30:15.200Z||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-11-12T05:30:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:30:24.736Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:30:24.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:31:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:31:15.184Z||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-11-12T05:31:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:31:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:31:15.198Z||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-11-12T05:31:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:31:24.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:31:24.760Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:32:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:32:15.182Z||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-11-12T05:32:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:32:15.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:32:15.198Z||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-11-12T05:32:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:32:24.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:32:24.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:32:32.039Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-12T05:33:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:33:15.181Z||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-11-12T05:33:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:33:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:33:15.199Z||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-11-12T05:33:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:33:24.730Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:33:24.753Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:34:15.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:34:15.183Z||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-11-12T05:34:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:34:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:34:15.200Z||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-11-12T05:34:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:34:24.748Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:34:24.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:35:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:35:15.182Z||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-11-12T05:35:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:35:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:35:15.198Z||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-11-12T05:35:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:35:24.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:35:24.759Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:36:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:36:15.181Z||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-11-12T05:36:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:36:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:36:15.198Z||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-11-12T05:36:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:36:24.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:36:24.748Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:37:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:37:15.182Z||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-11-12T05:37:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:37:15.197Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:37:15.198Z||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-11-12T05:37:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:37:24.770Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:37:24.774Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:38:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:38:15.182Z||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-11-12T05:38:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:38:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:38:15.198Z||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-11-12T05:38:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:38:24.764Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:38:24.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:39:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:39:15.183Z||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-11-12T05:39:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:39:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:39:15.198Z||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-11-12T05:39:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:39:24.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:39:24.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:40:15.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:40:15.184Z||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-11-12T05:40:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:40:15.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:40:15.200Z||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-11-12T05:40:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:40:24.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:40:24.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:41:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:41:15.181Z||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-11-12T05:41:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:41:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:41:15.199Z||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-11-12T05:41:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:41:24.772Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:41:24.773Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:42:15.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:42:15.183Z||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-11-12T05:42:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:42:15.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:42:15.198Z||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-11-12T05:42:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:42:24.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:42:24.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:43:15.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:43:15.183Z||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-11-12T05:43:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:43:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:43:15.198Z||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-11-12T05:43:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:43:24.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:43:24.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:44:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:44:15.181Z||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-11-12T05:44:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:44:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:44:15.198Z||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-11-12T05:44:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:44:24.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:44:24.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:45:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:45:15.181Z||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-11-12T05:45:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:45:15.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:45:15.200Z||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-11-12T05:45:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:45:24.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:45:24.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:46:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:46:15.181Z||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-11-12T05:46:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:46:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:46:15.198Z||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-11-12T05:46:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:46:24.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:46:24.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:47:15.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:47:15.184Z||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-11-12T05:47:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:47:15.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:47:15.199Z||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-11-12T05:47:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:47:24.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:47:24.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:48:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:48:15.181Z||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-11-12T05:48:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:48:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:48:15.198Z||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-11-12T05:48:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:48:24.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:48:24.750Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:49:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:49:15.181Z||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-11-12T05:49:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:49:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:49:15.198Z||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-11-12T05:49:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:49:24.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:49:24.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:50:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:50:15.181Z||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-11-12T05:50:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:50:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:50:15.198Z||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-11-12T05:50:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:50:24.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:50:24.764Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:51:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:51:15.182Z||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-11-12T05:51:15.186Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:51:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:51:15.198Z||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-11-12T05:51:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:51:24.757Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:51:24.776Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:52:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:52:15.181Z||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-11-12T05:52:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:52:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:52:15.198Z||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-11-12T05:52:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:52:24.751Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:52:24.752Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:53:15.181Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:53:15.182Z||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-11-12T05:53:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:53:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:53:15.198Z||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-11-12T05:53:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:53:24.755Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:53:24.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:54:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:54:15.181Z||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-11-12T05:54:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:54:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:54:15.198Z||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-11-12T05:54:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:54:24.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:54:24.770Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:55:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:55:15.183Z||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-11-12T05:55:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:55:15.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:55:15.198Z||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-11-12T05:55:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:55:24.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:55:24.767Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:56:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:56:15.182Z||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-11-12T05:56:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:56:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:56:15.198Z||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-11-12T05:56:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:56:24.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:56:24.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:57:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:57:15.181Z||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-11-12T05:57:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:57:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:57:15.198Z||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-11-12T05:57:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:57:24.746Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:57:24.749Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:58:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:58:15.181Z||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-11-12T05:58:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:58:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:58:15.198Z||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-11-12T05:58:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:58:24.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:58:24.749Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:59:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:59:15.181Z||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-11-12T05:59:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:59:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T05:59:15.198Z||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-11-12T05:59:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T05:59:24.728Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T05:59:24.766Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:00:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:00:15.181Z||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-11-12T06:00:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:00:15.197Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:00:15.198Z||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-11-12T06:00:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:00:24.732Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:00:24.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:01:15.181Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:01:15.182Z||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-11-12T06:01:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:01:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:01:15.198Z||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-11-12T06:01:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:01:24.736Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:01:24.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:02:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:02:15.181Z||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-11-12T06:02:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:02:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:02:15.198Z||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-11-12T06:02:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:02:24.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:02:24.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:03:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:03:15.183Z||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-11-12T06:03:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:03:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:03:15.198Z||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-11-12T06:03:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:03:24.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:03:24.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:04:15.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:04:15.182Z||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-11-12T06:04:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:04:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:04:15.198Z||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-11-12T06:04:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:04:24.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:04:24.749Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:05:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:05:15.181Z||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-11-12T06:05:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:05:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:05:15.198Z||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-11-12T06:05:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:05:24.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:05:24.775Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:06:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:06:15.182Z||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-11-12T06:06:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:06:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:06:15.198Z||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-11-12T06:06:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:06:24.739Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:06:24.761Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:07:15.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:07:15.182Z||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-11-12T06:07:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:07:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:07:15.198Z||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-11-12T06:07:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:07:24.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:07:24.770Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:08:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:08:15.182Z||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-11-12T06:08:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:08:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:08:15.198Z||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-11-12T06:08:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:08:24.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:08:24.750Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:09:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:09:15.181Z||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-11-12T06:09:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:09:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:09:15.198Z||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-11-12T06:09:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:09:24.740Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:09:24.750Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:10:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:10:15.183Z||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-11-12T06:10:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:10:15.197Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:10:15.198Z||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-11-12T06:10:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:10:24.733Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:10:24.759Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:15.180Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:11:15.181Z||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-11-12T06:11:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:11:15.198Z||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-11-12T06:11:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:15.655Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:15.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233444053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233439353,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233455072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233455104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233449395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "cds",
  "timestamp": 1668233456125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-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-11-12T06:11:15.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:15.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f7b818a4-b73e-4fd0-a912-5c5e10aed4eb","serviceName":"vFW 2022-11-12 06-09-58","serviceVersion":"1.0","serviceUUID":"e3915e20-7bd5-4469-864a-9bb574fb5849","serviceDescription":"catalog service description","serviceInvariantUUID":"ce07ce07-741d-4013-a3a5-0c9916480d1f","resources":[{"resourceInstanceName":"vFW 1a5fe115-bd82 0","resourceName":"vFW 1a5fe115-bd82","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c","resourceInvariantUUID":"93bbd3c1-1d6e-47d3-a902-7ab7097cca7f","resourceCustomizationUUID":"f426d67a-7465-4ec4-a000-8bc9db05c2ed","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml","artifactChecksum":"OTVhOGJmNDg4MDUzZTI1OTNhYWMxNDlhZGMxZGE1NmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e93a8d3-426e-4d1a-9dbc-c47f6c67228d","artifactVersion":"1"},{"artifactName":"vfw1a5fe115bd820_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json","artifactChecksum":"NWJiMjBlNDMyMDI3YmM2OGE3Nzc5MzRhYzExNmJmMDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"14cecf1a-2178-4e47-b1e9-521fee43076b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8fc221d3-e951-4706-9b2c-bf6d5ea6426a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE2NWY3MzAyODE3ZDNhNzQ3ZGFkNTRkNGM4NGEzZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8329a86d-4093-4c35-bc0b-337ca5770abe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"faa8acb8-a70c-4b12-8124-562b3a70b66c","artifactVersion":"2","generatedFromUUID":"8fc221d3-e951-4706-9b2c-bf6d5ea6426a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221112060958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml","artifactChecksum":"NzMyNzhjZmY1MjAyNGE1MWYwZWNlYmVlNWQ3ZGVkNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58497f98-976b-40b5-bd66-8dadb008b899","artifactVersion":"1"},{"artifactName":"service-Vfw20221112060958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar","artifactChecksum":"OGQyZTU1ZjgwMmFlNjE2YWQ1Njg3YWUzNmQ4NWMwYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae04b741-576f-40d1-8795-276c73b9b908","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:11:15.824Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-12T06:11:15.829Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:15.840Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:15.840Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T06:11:15.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
2022-11-12T06:11:15.907Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7b818a4-b73e-4fd0-a912-5c5e10aed4eb 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-11-12T06:11:15.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233456183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:15.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233457252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:15.934Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233458350,
  "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-11-12T06:11:15.940Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-12T06:11:15.943Z||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-11-12T06:11:15.944Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:15.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
2022-11-12T06:11:15.952Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7b818a4-b73e-4fd0-a912-5c5e10aed4eb 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-11-12T06:11:15.958Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:15.958Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:15.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233459355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233457132,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233466158,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "cds",
  "timestamp": 1668233467165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-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-11-12T06:11:15.988Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2353865a-1a75-4598-a77b-899b73bc6d6b
2022-11-12T06:11:15.988Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2353865a-1a75-4598-a77b-899b73bc6d6b 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-11-12T06:11:15.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:15.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233470813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:16.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233464053,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233471809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233472913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233473971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:16.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233474998,
  "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-11-12T06:11:16.014Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2353865a-1a75-4598-a77b-899b73bc6d6b
2022-11-12T06:11:16.015Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2353865a-1a75-4598-a77b-899b73bc6d6b 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-11-12T06:11:16.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:11:16.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:16.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:11:16.848Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:16.849Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:16.851Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:16.851Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:11:16.952Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:11:16.953Z||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-11-12T06:11:16.953Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:16.968Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:16.973Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:17.851Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:17.852Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:17.855Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:17.856Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:11:17.956Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:17.957Z||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-11-12T06:11:17.957Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:17.975Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:17.976Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:18.856Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:18.857Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:18.860Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:18.860Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:18.960Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:18.961Z||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-11-12T06:11:18.961Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:18.983Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:18.984Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:19.860Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:19.862Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:19.864Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:19.864Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T06:11:19.964Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:19.965Z||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-11-12T06:11:19.966Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:19.980Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:19.981Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:20.865Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:20.866Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:20.867Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:20.868Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:11:20.968Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:20.970Z||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-11-12T06:11:20.970Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:20.986Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:20.987Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:21.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:11:21.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:21.872Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:21.872Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:11:21.972Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:21.973Z||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-11-12T06:11:21.973Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:21.992Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:21.992Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:22.874Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "serviceName": "vFW 2022-11-12 06-09-58",
  "serviceVersion": "1.0",
  "serviceUUID": "e3915e20-7bd5-4469-864a-9bb574fb5849",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ce07ce07-741d-4013-a3a5-0c9916480d1f",
  "resources": [
    {
      "resourceInstanceName": "vFW 1a5fe115-bd82 0",
      "resourceCustomizationUUID": "f426d67a-7465-4ec4-a000-8bc9db05c2ed",
      "resourceName": "vFW 1a5fe115-bd82",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c",
      "resourceInvariantUUID": "93bbd3c1-1d6e-47d3-a902-7ab7097cca7f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1a5fe115bd820_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
          "artifactChecksum": "NWJiMjBlNDMyMDI3YmM2OGE3Nzc5MzRhYzExNmJmMDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "14cecf1a-2178-4e47-b1e9-521fee43076b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8fc221d3-e951-4706-9b2c-bf6d5ea6426a",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "faa8acb8-a70c-4b12-8124-562b3a70b66c",
            "generatedFromUUID": "8fc221d3-e951-4706-9b2c-bf6d5ea6426a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "faa8acb8-a70c-4b12-8124-562b3a70b66c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221112060958-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
      "artifactChecksum": "OGQyZTU1ZjgwMmFlNjE2YWQ1Njg3YWUzNmQ4NWMwYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ae04b741-576f-40d1-8795-276c73b9b908"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:11:22.876Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:11:22.876Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3915e20-7bd5-4469-864a-9bb574fb5849 ASDC
2022-11-12T06:11:22.975Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
ServiceName:vFW 2022-11-12 06-09-58
ServiceVersion:1.0
ServiceUUID:e3915e20-7bd5-4469-864a-9bb574fb5849
ServiceInvariantUUID:ce07ce07-741d-4013-a3a5-0c9916480d1f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221112060958-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar
ArtifactUUID:ae04b741-576f-40d1-8795-276c73b9b908
ArtifactChecksum:OGQyZTU1ZjgwMmFlNjE2YWQ1Njg3YWUzNmQ4NWMwYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1a5fe115-bd82 0
ResourceCustomizationUUID:f426d67a-7465-4ec4-a000-8bc9db05c2ed
ResourceInvariantUUID:93bbd3c1-1d6e-47d3-a902-7ab7097cca7f
ResourceName:vFW 1a5fe115-bd82
ResourceType:VF
ResourceUUID:ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1a5fe115bd820_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json
ArtifactUUID:14cecf1a-2178-4e47-b1e9-521fee43076b
ArtifactChecksum:NWJiMjBlNDMyMDI3YmM2OGE3Nzc5MzRhYzExNmJmMDA=
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/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml
ArtifactUUID:8fc221d3-e951-4706-9b2c-bf6d5ea6426a
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/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
ArtifactUUID:faa8acb8-a70c-4b12-8124-562b3a70b66c
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/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
ArtifactUUID:faa8acb8-a70c-4b12-8124-562b3a70b66c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:11:22.975Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3915e20-7bd5-4469-864a-9bb574fb5849 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-11-12T06:11:23.036Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:11:23.038Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:11:23.039Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:11:23.039Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ae04b741-576f-40d1-8795-276c73b9b908 from URL: /sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:23.040Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:11:23.041Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:23.151Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:11:23.166Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar ae04b741-576f-40d1-8795-276c73b9b908 100703
2022-11-12T06:11:23.168Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar ASDC sendASDCNotification
2022-11-12T06:11:23.168Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:23.170Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:11:23.171Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:23.173Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:23.173Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233483167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:23.274Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:11:23.275Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T06:11:23.275Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:23.290Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:23.290Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:24.174Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:11:24.175Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:11:24.175Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ae04b741-576f-40d1-8795-276c73b9b908, URL: /sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar to file: /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:24.176Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221112060958-csar.csar
2022-11-12T06:11:24.254Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:24.254Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:24.713Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10061057114747710917/Definitions/service-Vfw20221112060958-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-12T06:11:27.067Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:11:27.072Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|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-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|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-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|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-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.074Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.074Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.074Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.074Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1a5fe115-bd82 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:27.074Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:11:27.080Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.082Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.085Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:27.086Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:11:27.087Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.089Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.092Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.093Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.094Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:27.095Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.096Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c75b7cb-e779-4231-bbbc-a0c4417c2631
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ec3766-28da-4618-b086-ab0250695013
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.097Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2735ff74-c629-4600-a867-20a06be87d2c
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.098Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.099Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:27.099Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:27.099Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-12 06-09-58
Description:catalog service description
Model UUID:e3915e20-7bd5-4469-864a-9bb574fb5849
Model Version:NULL
Model InvariantUuid:ce07ce07-741d-4013-a3a5-0c9916480d1f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1a5fe115-bd82
Model UUID:76e5d087-def1-4cef-9d6b-f35a0934c499
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:93bbd3c1-1d6e-47d3-a902-7ab7097cca7f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f426d67a-7465-4ec4-a000-8bc9db05c2ed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fb834d4-e23d-46df-b451-1c02afefd825
ModelName:Vfw1a5fe115Bd82..base_vfw..module-0
ModelUuid:2e398df3-6d78-452b-a9e7-73735f60f4fc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9c75b7cb-e779-4231-bbbc-a0c4417c2631
ModelInvariantUuid:81fa7cfe-c42e-4e58-bb46-1f3fcb924468
ModelName:vFW 1a5fe115-bd82-nodes.vfwCvfc
ModelUuid:e91a1e3f-2cf0-42b2-bd39-515362a5332e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:182c60c0-bc69-475e-bbfe-4cc3e2a4585e
ModelInvariantUuid:b2a06377-76fb-4292-8a23-43cf49d3c255
ModelName:Vfw1a5fe115Bd82.compute.nodes.heat.vfw
ModelUuid:91c7d147-7d22-4b4f-a98f-cd85b6fde2a2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:57ec3766-28da-4618-b086-ab0250695013
ModelInvariantUuid:f3585087-f5b4-4b87-b9ff-14e30dc096c5
ModelName:vFW 1a5fe115-bd82-nodes.vsnCvfc
ModelUuid:ae8e8d8c-ecfd-4e49-bb3a-9074bdae7686
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:81d06a84-938d-4f42-a8a7-02b866c4fdc5
ModelInvariantUuid:2b2206c2-234a-470d-ae17-73a3acb2a05d
ModelName:Vfw1a5fe115Bd82.compute.nodes.heat.vsn
ModelUuid:a0656bc9-ed64-4176-8bcf-eb76af155728
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2735ff74-c629-4600-a867-20a06be87d2c
ModelInvariantUuid:4f73cadd-a57f-48ae-a5ae-96cc52a6b12a
ModelName:vFW 1a5fe115-bd82-nodes.vpgCvfc
ModelUuid:88d709fd-9455-4e80-a5d8-75909218881f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:609ce3f6-75db-4b41-88ce-01c214385153
ModelInvariantUuid:b8f9762d-5ab1-43eb-8f60-fa678ee1627d
ModelName:Vfw1a5fe115Bd82.compute.nodes.heat.vpg
ModelUuid:e3feb1ee-0e96-448f-b5f4-80b969db37e0
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-11-12T06:11:27.110Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:11:27.196Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||vFW 1a5fe115-bd82 0
2022-11-12T06:11:27.202Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c
2022-11-12T06:11:27.202Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14cecf1a-2178-4e47-b1e9-521fee43076b from URL: /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json
2022-11-12T06:11:27.202Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:11:27.202Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json
2022-11-12T06:11:27.255Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:11:27.255Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json 14cecf1a-2178-4e47-b1e9-521fee43076b 785
2022-11-12T06:11:27.255Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json ASDC sendASDCNotification
2022-11-12T06:11:27.255Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json
2022-11-12T06:11:27.255Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:11:27.256Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:27.258Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:27.258Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233487255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:27.358Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:27.359Z||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-11-12T06:11:27.359Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:27.374Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:27.375Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:28.259Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a5fe115Bd82..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8fb834d4-e23d-46df-b451-1c02afefd825",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e398df3-6d78-452b-a9e7-73735f60f4fc",
    "vfModuleModelCustomizationUUID": "bb4a74d8-9c91-4307-9fa9-a78d6be4c717",
    "isBase": true,
    "artifacts": [
      "8fc221d3-e951-4706-9b2c-bf6d5ea6426a",
      "faa8acb8-a70c-4b12-8124-562b3a70b66c"
    ],
    "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-11-12T06:11:28.272Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a5fe115Bd82..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e398df3-6d78-452b-a9e7-73735f60f4fc
VfModuleModelInvariantUUID:8fb834d4-e23d-46df-b451-1c02afefd825
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fc221d3-e951-4706-9b2c-bf6d5ea6426a
,
faa8acb8-a70c-4b12-8124-562b3a70b66c

}
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-11-12T06:11:28.276Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1a5fe115Bd82..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8fb834d4-e23d-46df-b451-1c02afefd825",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e398df3-6d78-452b-a9e7-73735f60f4fc",
    "vfModuleModelCustomizationUUID": "bb4a74d8-9c91-4307-9fa9-a78d6be4c717",
    "isBase": true,
    "artifacts": [
      "8fc221d3-e951-4706-9b2c-bf6d5ea6426a",
      "faa8acb8-a70c-4b12-8124-562b3a70b66c"
    ],
    "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-11-12T06:11:28.276Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1a5fe115Bd82..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e398df3-6d78-452b-a9e7-73735f60f4fc
VfModuleModelInvariantUUID:8fb834d4-e23d-46df-b451-1c02afefd825
VfModuleModelDescription:NULL
Artifacts UUID List:{
8fc221d3-e951-4706-9b2c-bf6d5ea6426a
,
faa8acb8-a70c-4b12-8124-562b3a70b66c

}
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-11-12T06:11:28.277Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8fc221d3-e951-4706-9b2c-bf6d5ea6426a from URL: /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml
2022-11-12T06:11:28.277Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:11:28.277Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml
2022-11-12T06:11:28.332Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:11:28.333Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml 8fc221d3-e951-4706-9b2c-bf6d5ea6426a 20368
2022-11-12T06:11:28.333Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T06:11:28.333Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml
2022-11-12T06:11:28.333Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:11:28.334Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:28.335Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:28.335Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233488333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:28.436Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:11:28.437Z||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-11-12T06:11:28.438Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:28.454Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:28.454Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:29.336Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: faa8acb8-a70c-4b12-8124-562b3a70b66c from URL: /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
2022-11-12T06:11:29.337Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:11:29.337Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
2022-11-12T06:11:29.392Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:11:29.393Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env faa8acb8-a70c-4b12-8124-562b3a70b66c 2098
2022-11-12T06:11:29.393Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T06:11:29.394Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
2022-11-12T06:11:29.394Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:11:29.394Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:29.396Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:29.396Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233489393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:11:29.496Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:29.497Z||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-11-12T06:11:29.497Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:29.511Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:29.512Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:30.398Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e3915e20-7bd5-4469-864a-9bb574fb5849
2022-11-12T06:11:30.398Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1a5fe115-bd82 0 ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c 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-11-12T06:11:30.434Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c29a144, org.onap.sdc.toscaparser.api.parameters.Input@3a17c265, org.onap.sdc.toscaparser.api.parameters.Input@2653b294, org.onap.sdc.toscaparser.api.parameters.Input@79f0fa82, org.onap.sdc.toscaparser.api.parameters.Input@18b25779]
2022-11-12T06:11:30.438Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.438Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.438Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:11:30.438Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f426d67a-7465-4ec4-a000-8bc9db05c2ed
2022-11-12T06:11:30.439Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f426d67a-7465-4ec4-a000-8bc9db05c2ed matches Tosca VF Customization UUID: f426d67a-7465-4ec4-a000-8bc9db05c2ed
2022-11-12T06:11:30.439Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f426d67a-7465-4ec4-a000-8bc9db05c2ed  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-11-12T06:11:30.446Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.447Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.448Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f426d67a-7465-4ec4-a000-8bc9db05c2ed: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T06:11:30.448Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5280f940
2022-11-12T06:11:30.448Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.449Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:11:30.449Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bb4a74d8-9c91-4307-9fa9-a78d6be4c717
2022-11-12T06:11:30.451Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bb4a74d8-9c91-4307-9fa9-a78d6be4c717
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-11-12T06:11:30.457Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.458Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.458Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:30.459Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.459Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.459Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:30.459Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T06:11:30.460Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.461Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T06:11:30.461Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.461Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9c75b7cb-e779-4231-bbbc-a0c4417c2631
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-11-12T06:11:30.472Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.472Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.472Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:30.473Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.473Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:30.474Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:30.474Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T06:11:30.474Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.474Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.474Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.475Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-12T06:11:30.476Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.476Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ec3766-28da-4618-b086-ab0250695013
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-11-12T06:11:30.479Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.479Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.479Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:30.482Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.482Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-12T06:11:30.483Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-12T06:11:30.484Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-12T06:11:30.484Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-12T06:11:30.484Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-12T06:11:30.484Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-12T06:11:30.484Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2735ff74-c629-4600-a867-20a06be87d2c
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-11-12T06:11:30.487Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.487Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.487Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:11:30.488Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.488Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Node template vFW 1a5fe115-bd82 0 is matching search criteria
2022-11-12T06:11:30.488Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 1a5fe115-bd82 0] matching following query criteria: sdcType=VF, customizationUUID=f426d67a-7465-4ec4-a000-8bc9db05c2ed
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:11:30.491Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.491Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.492Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e3915e20-7bd5-4469-864a-9bb574fb5849: vFW 1a5fe115-bd82
2022-11-12T06:11:30.492Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.500Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.501Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.506Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-12 06-09-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:11:30.507Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-12 06-09-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T06:11:30.786Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1a5fe115-bd82 ca8c9c7c-a3fd-4dbe-8c1f-16a598bf6a1c 1 ASDC deployResourceStructure
2022-11-12T06:11:30.786Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json ASDC sendASDCNotification
2022-11-12T06:11:30.786Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json
2022-11-12T06:11:30.786Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:11:30.787Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:30.789Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:30.789Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233490786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:11:30.889Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:30.890Z||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-11-12T06:11:30.890Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:30.905Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:30.906Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:31.790Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-12T06:11:31.791Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml
2022-11-12T06:11:31.791Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:11:31.791Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:31.793Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:31.793Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233491790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:11:31.893Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:31.894Z||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-11-12T06:11:31.894Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:31.907Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:31.908Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:11:32.794Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-12T06:11:32.795Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env
2022-11-12T06:11:32.795Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:11:32.795Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:32.797Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:32.797Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233492794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:11:32.900Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T06:11:32.901Z||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-11-12T06:11:32.901Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:32.914Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:32.915Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:33.798Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar ASDC sendASDCNotification
2022-11-12T06:11:33.798Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar
2022-11-12T06:11:33.798Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:11:33.799Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:11:33.804Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:11:33.804Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233493798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:11:33.904Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:11:33.905Z||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-11-12T06:11:33.905Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:11:33.918Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:11:33.919Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:11:34.805Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:11:34.826Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:11:34.830Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:11:34.830Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:11:34.830Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:12:04.831Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:12:04.847Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:12:04.852Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:12:04.852Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:12:04.852Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:12:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:12:15.198Z||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-11-12T06:12:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:12:15.227Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:12:15.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:12:15.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233475607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:12:15.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:12:34.853Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:12:34.866Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:12:34.869Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:12:34.870Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:12:34.870Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:13:04.870Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:13:04.884Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:13:04.887Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:13:04.888Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:13:04.888Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:13:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:13:15.198Z||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-11-12T06:13:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:13:15.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:13:15.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:13:15.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:13:15.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:13:34.888Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:13:34.902Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:13:34.906Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:13:34.906Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:13:34.906Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:14:04.907Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:14:04.922Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:14:04.926Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:14:04.926Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:14:04.926Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:14:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:14:15.199Z||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-11-12T06:14:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:14:15.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:14:15.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668233476006,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668233469392,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233481046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233482051,
  "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-11-12T06:14:15.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
2022-11-12T06:14:15.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7b818a4-b73e-4fd0-a912-5c5e10aed4eb 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-11-12T06:14:15.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233483167,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.771Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233486350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "aai-ml",
  "timestamp": 1668233487356,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:14:15.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
2022-11-12T06:14:15.779Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f7b818a4-b73e-4fd0-a912-5c5e10aed4eb 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-11-12T06:14:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233487255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233488333,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233467713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233489393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233490148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233490786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/vfw1a5fe115bd820_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233491790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233492570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233492794,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/resourceInstances/vfw1a5fe115bd820/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233462919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:14:15.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:14:15.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668233493588,
  "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-11-12T06:14:15.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2353865a-1a75-4598-a77b-899b73bc6d6b
2022-11-12T06:14:15.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2353865a-1a75-4598-a77b-899b73bc6d6b 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-11-12T06:14:15.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233493798,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221112060958/1.0/artifacts/service-Vfw20221112060958-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233495442,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233502717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:14:15.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "aai-ml",
  "timestamp": 1668233503721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:14:15.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2353865a-1a75-4598-a77b-899b73bc6d6b
2022-11-12T06:14:15.824Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2353865a-1a75-4598-a77b-899b73bc6d6b 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-11-12T06:14:34.929Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:14:34.944Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:14:34.948Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:14:34.948Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:14:34.948Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:14:34.948Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:14:34.949Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:14:34.955Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:15:04.956Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb 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-11-12T06:15:04.967Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f7b818a4-b73e-4fd0-a912-5c5e10aed4eb and serviceModelVersionId: e3915e20-7bd5-4469-864a-9bb574fb5849
2022-11-12T06:15:04.968Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce07ce07-741d-4013-a3a5-0c9916480d1f
2022-11-12T06:15:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:15:15.198Z||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-11-12T06:15:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:15.798Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?depth=0
2022-11-12T06:15:15.945Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:15:16.503Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|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/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?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-11-12T06:15:16.509Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?depth=0|INFO|500||Invoke
2022-11-12T06:15:16.633Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:15:17.003Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?depth=0|INFO|500||InvokeReturn
2022-11-12T06:15:17.004Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce07ce07-741d-4013-a3a5-0c9916480d1f/model-vers/model-ver/e3915e20-7bd5-4469-864a-9bb574fb5849?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221112-06:15:16:685-12456], vertex-id=[167960], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:15:16 GMT], Content-Type=[application/json]}
2022-11-12T06:15:17.004Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:15:17.008Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:15:17.009Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:15:17.026Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||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-11-12T06:15:17.027Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f7b818a4-b73e-4fd0-a912-5c5e10aed4eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:15:17.028Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:15:17.028Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:17.032Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:17.032Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233717027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:15:17.132Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:17.134Z||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-11-12T06:15:17.134Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:17.152Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:17.153Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:17.770Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:17.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-12T06:15:17.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f7b818a4-b73e-4fd0-a912-5c5e10aed4eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233717027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:15:17.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:15:18.047Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:15:18.048Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2353865a-1a75-4598-a77b-899b73bc6d6b","serviceName":"basic_onboard_NhnpCs","serviceVersion":"1.0","serviceUUID":"08db9002-284d-44ce-aa3e-f016c89109c3","serviceDescription":"service","serviceInvariantUUID":"cf914630-2bb0-440f-a851-6c568c5a5388","resources":[{"resourceInstanceName":"basic_onboard_NhnpCs 0","resourceName":"basic_onboard_NhnpCs","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ec21541-7836-47bb-86e9-6d6604523b36","resourceInvariantUUID":"ac032e8c-eb18-45e7-843d-c4af08172f5f","resourceCustomizationUUID":"c3f75512-ea05-417a-9222-42f6a14c4bcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml","artifactChecksum":"MjQ2NTdlZWYxZTllY2ExZWFlZGZiOWI0YWNiODhhYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7d1fd84-ea26-4b27-8686-373b28d7da85","artifactVersion":"1"},{"artifactName":"basic_onboard_nhnpcs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json","artifactChecksum":"ZGFiYzk2MWMyZjAyYzg4NGI2NmMxYjM2Y2JiNzhmNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3589f3c6-b466-4ed6-b60c-8252e7b33c28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e3a5ace-5985-4202-9e48-ae4cf6ec08dc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7beadf7-6e97-49dc-9d28-f2c662442e94","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c04a8697-9ab9-44d5-b4f8-a981424d1b8f","artifactVersion":"2","generatedFromUUID":"0e3a5ace-5985-4202-9e48-ae4cf6ec08dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNhnpcs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml","artifactChecksum":"MTUwNWU4ZDYxNGZkNjkyMDE5Y2RkOTdiNDdkNDIxODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f3bf031-6e33-4d6e-8ba2-b5d82e1d6fdd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNhnpcs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar","artifactChecksum":"MmJhNTI1ODRjYmJhODI4OTVlMzNkYjEyZWIxZDdmNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bd85b28-a3a6-48ff-aec8-5a7e76df9555","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:15:18.049Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:18.049Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:18.053Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:18.053Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:15:18.153Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:18.154Z||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-11-12T06:15:18.154Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:18.168Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:18.169Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:19.054Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:19.054Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:19.056Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:19.057Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:15:19.157Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:19.158Z||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-11-12T06:15:19.158Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:19.173Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:19.173Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:20.057Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:20.058Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:20.060Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:20.060Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:15:20.160Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:15:20.161Z||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-11-12T06:15:20.161Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:20.179Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:20.180Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:21.061Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:21.062Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:21.064Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:21.064Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:15:21.164Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:21.166Z||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-11-12T06:15:21.166Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:21.180Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:21.180Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:22.066Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:22.066Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:22.068Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:22.069Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T06:15:22.169Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:15:22.170Z||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-11-12T06:15:22.170Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:22.182Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:22.182Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:23.069Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:23.070Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:23.072Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:23.072Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:15:23.172Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:23.173Z||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-11-12T06:15:23.173Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:23.186Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:23.187Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:24.072Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:15:24.073Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:24.076Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:24.076Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:15:24.176Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:24.177Z||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-11-12T06:15:24.177Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:24.192Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:24.193Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:25.078Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "serviceName": "basic_onboard_NhnpCs",
  "serviceVersion": "1.0",
  "serviceUUID": "08db9002-284d-44ce-aa3e-f016c89109c3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cf914630-2bb0-440f-a851-6c568c5a5388",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NhnpCs 0",
      "resourceCustomizationUUID": "c3f75512-ea05-417a-9222-42f6a14c4bcf",
      "resourceName": "basic_onboard_NhnpCs",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1ec21541-7836-47bb-86e9-6d6604523b36",
      "resourceInvariantUUID": "ac032e8c-eb18-45e7-843d-c4af08172f5f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nhnpcs0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
          "artifactChecksum": "ZGFiYzk2MWMyZjAyYzg4NGI2NmMxYjM2Y2JiNzhmNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3589f3c6-b466-4ed6-b60c-8252e7b33c28",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0e3a5ace-5985-4202-9e48-ae4cf6ec08dc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c04a8697-9ab9-44d5-b4f8-a981424d1b8f",
            "generatedFromUUID": "0e3a5ace-5985-4202-9e48-ae4cf6ec08dc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c04a8697-9ab9-44d5-b4f8-a981424d1b8f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNhnpcs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
      "artifactChecksum": "MmJhNTI1ODRjYmJhODI4OTVlMzNkYjEyZWIxZDdmNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bd85b28-a3a6-48ff-aec8-5a7e76df9555"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:15:25.078Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:15:25.078Z|f7b818a4-b73e-4fd0-a912-5c5e10aed4eb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08db9002-284d-44ce-aa3e-f016c89109c3 ASDC
2022-11-12T06:15:25.078Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2353865a-1a75-4598-a77b-899b73bc6d6b
ServiceName:basic_onboard_NhnpCs
ServiceVersion:1.0
ServiceUUID:08db9002-284d-44ce-aa3e-f016c89109c3
ServiceInvariantUUID:cf914630-2bb0-440f-a851-6c568c5a5388
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNhnpcs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar
ArtifactUUID:4bd85b28-a3a6-48ff-aec8-5a7e76df9555
ArtifactChecksum:MmJhNTI1ODRjYmJhODI4OTVlMzNkYjEyZWIxZDdmNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NhnpCs 0
ResourceCustomizationUUID:c3f75512-ea05-417a-9222-42f6a14c4bcf
ResourceInvariantUUID:ac032e8c-eb18-45e7-843d-c4af08172f5f
ResourceName:basic_onboard_NhnpCs
ResourceType:VF
ResourceUUID:1ec21541-7836-47bb-86e9-6d6604523b36
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nhnpcs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json
ArtifactUUID:3589f3c6-b466-4ed6-b60c-8252e7b33c28
ArtifactChecksum:ZGFiYzk2MWMyZjAyYzg4NGI2NmMxYjM2Y2JiNzhmNGU=
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/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0e3a5ace-5985-4202-9e48-ae4cf6ec08dc
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/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
ArtifactUUID:c04a8697-9ab9-44d5-b4f8-a981424d1b8f
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/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
ArtifactUUID:c04a8697-9ab9-44d5-b4f8-a981424d1b8f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:15:25.079Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08db9002-284d-44ce-aa3e-f016c89109c3 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-11-12T06:15:25.112Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:15:25.113Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:15:25.113Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:15:25.114Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4bd85b28-a3a6-48ff-aec8-5a7e76df9555 from URL: /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:25.114Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:15:25.114Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:25.246Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:15:25.249Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar 4bd85b28-a3a6-48ff-aec8-5a7e76df9555 75283
2022-11-12T06:15:25.250Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar ASDC sendASDCNotification
2022-11-12T06:15:25.250Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:25.250Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:15:25.251Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:25.253Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:25.253Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233725250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:15:25.353Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:25.354Z||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-11-12T06:15:25.354Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:25.367Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:25.368Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:26.254Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:15:26.255Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:15:26.255Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4bd85b28-a3a6-48ff-aec8-5a7e76df9555, URL: /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar to file: /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:26.256Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:26.256Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:26.257Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:26.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10236945406576730315/Definitions/service-BasicOnboardNhnpcs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-12T06:15:27.352Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:15:27.353Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:15:27.353Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.353Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NhnpCs 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.354Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:27.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:15:27.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:27.355Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:15:27.356Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:15:27.356Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.356Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.356Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:27.356Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:15:27.357Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:15:27.357Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.357Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.357Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.357Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is not matching search criteria
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:15:27.358Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:27.359Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is not matching search criteria
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T06:15:27.360Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=625f4bd8-f86b-4be0-b565-fe50f1faccb1
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.361Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:27.362Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:27.362Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NhnpCs
Description:service
Model UUID:08db9002-284d-44ce-aa3e-f016c89109c3
Model Version:NULL
Model InvariantUuid:cf914630-2bb0-440f-a851-6c568c5a5388
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NhnpCs
Model UUID:0397185f-5a71-45a6-b364-b5bb742ce6cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac032e8c-eb18-45e7-843d-c4af08172f5f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c3f75512-ea05-417a-9222-42f6a14c4bcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ce946bc4-94ed-4027-a86a-38dd99e538bd
ModelName:BasicOnboardNhnpcs..base_ubuntu18..module-0
ModelUuid:2a71d576-1e2d-4fec-b830-9a6ac76b27a6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:625f4bd8-f86b-4be0-b565-fe50f1faccb1
ModelInvariantUuid:96f2f437-565f-421c-95ed-f434d943f57d
ModelName:basic_onboard_NhnpCs-nodes.ubuntu18Cvfc
ModelUuid:05730e1f-a4ea-4347-bdbf-0e5fb0ace848
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4961a440-5188-42e8-a72b-340b45d814e0
ModelInvariantUuid:e444511f-c07c-44fd-9f4c-2786beca9d2d
ModelName:BasicOnboardNhnpcs.compute.nodes.heat.ubuntu18
ModelUuid:cd671df1-f3ca-4140-81f5-33f0edcc37a5
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-11-12T06:15:27.372Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ec21541-7836-47bb-86e9-6d6604523b36
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:15:27.377Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||basic_onboard_NhnpCs 0
2022-11-12T06:15:27.377Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ec21541-7836-47bb-86e9-6d6604523b36
2022-11-12T06:15:27.378Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3589f3c6-b466-4ed6-b60c-8252e7b33c28 from URL: /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json
2022-11-12T06:15:27.378Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:15:27.378Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json
2022-11-12T06:15:27.428Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:15:27.429Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json 3589f3c6-b466-4ed6-b60c-8252e7b33c28 798
2022-11-12T06:15:27.430Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json ASDC sendASDCNotification
2022-11-12T06:15:27.430Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json
2022-11-12T06:15:27.430Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:15:27.431Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:27.433Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:27.433Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233727430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:15:27.533Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:27.534Z||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-11-12T06:15:27.535Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:27.550Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:27.550Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:28.434Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNhnpcs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce946bc4-94ed-4027-a86a-38dd99e538bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a71d576-1e2d-4fec-b830-9a6ac76b27a6",
    "vfModuleModelCustomizationUUID": "5b15dde7-c93f-42d7-91f4-5159283a8606",
    "isBase": true,
    "artifacts": [
      "0e3a5ace-5985-4202-9e48-ae4cf6ec08dc",
      "c04a8697-9ab9-44d5-b4f8-a981424d1b8f"
    ],
    "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-11-12T06:15:28.438Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNhnpcs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a71d576-1e2d-4fec-b830-9a6ac76b27a6
VfModuleModelInvariantUUID:ce946bc4-94ed-4027-a86a-38dd99e538bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3a5ace-5985-4202-9e48-ae4cf6ec08dc
,
c04a8697-9ab9-44d5-b4f8-a981424d1b8f

}
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-11-12T06:15:28.440Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNhnpcs..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ce946bc4-94ed-4027-a86a-38dd99e538bd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2a71d576-1e2d-4fec-b830-9a6ac76b27a6",
    "vfModuleModelCustomizationUUID": "5b15dde7-c93f-42d7-91f4-5159283a8606",
    "isBase": true,
    "artifacts": [
      "0e3a5ace-5985-4202-9e48-ae4cf6ec08dc",
      "c04a8697-9ab9-44d5-b4f8-a981424d1b8f"
    ],
    "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-11-12T06:15:28.441Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNhnpcs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2a71d576-1e2d-4fec-b830-9a6ac76b27a6
VfModuleModelInvariantUUID:ce946bc4-94ed-4027-a86a-38dd99e538bd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e3a5ace-5985-4202-9e48-ae4cf6ec08dc
,
c04a8697-9ab9-44d5-b4f8-a981424d1b8f

}
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-11-12T06:15:28.441Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e3a5ace-5985-4202-9e48-ae4cf6ec08dc from URL: /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml
2022-11-12T06:15:28.441Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:15:28.441Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml
2022-11-12T06:15:28.481Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:15:28.481Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml 0e3a5ace-5985-4202-9e48-ae4cf6ec08dc 5033
2022-11-12T06:15:28.482Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T06:15:28.482Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml
2022-11-12T06:15:28.482Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:15:28.482Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:28.484Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:28.484Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233728482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:15:28.584Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:28.585Z||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-11-12T06:15:28.586Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:28.599Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:28.600Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:29.484Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c04a8697-9ab9-44d5-b4f8-a981424d1b8f from URL: /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
2022-11-12T06:15:29.485Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:15:29.486Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
2022-11-12T06:15:29.527Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:15:29.529Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env c04a8697-9ab9-44d5-b4f8-a981424d1b8f 909
2022-11-12T06:15:29.529Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T06:15:29.529Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
2022-11-12T06:15:29.529Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:15:29.529Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:29.531Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:29.531Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233729529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:15:29.632Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:29.632Z||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-11-12T06:15:29.633Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:29.646Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:29.646Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:30.532Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 08db9002-284d-44ce-aa3e-f016c89109c3
2022-11-12T06:15:30.532Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NhnpCs 0 1ec21541-7836-47bb-86e9-6d6604523b36 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-11-12T06:15:30.546Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@391295c7, org.onap.sdc.toscaparser.api.parameters.Input@5dd0e9b6, org.onap.sdc.toscaparser.api.parameters.Input@52b04475, org.onap.sdc.toscaparser.api.parameters.Input@31d75c1e, org.onap.sdc.toscaparser.api.parameters.Input@1c465b4e]
2022-11-12T06:15:30.548Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.548Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.548Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:15:30.549Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= c3f75512-ea05-417a-9222-42f6a14c4bcf
2022-11-12T06:15:30.549Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c3f75512-ea05-417a-9222-42f6a14c4bcf matches Tosca VF Customization UUID: c3f75512-ea05-417a-9222-42f6a14c4bcf
2022-11-12T06:15:30.549Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: c3f75512-ea05-417a-9222-42f6a14c4bcf  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-11-12T06:15:30.551Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.552Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.552Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id c3f75512-ea05-417a-9222-42f6a14c4bcf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T06:15:30.552Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d7e621a
2022-11-12T06:15:30.553Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.553Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:15:30.553Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5b15dde7-c93f-42d7-91f4-5159283a8606
2022-11-12T06:15:30.553Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5b15dde7-c93f-42d7-91f4-5159283a8606
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-11-12T06:15:30.556Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.556Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:30.556Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:30.556Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.557Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:30.557Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:30.557Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.557Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is not matching search criteria
2022-11-12T06:15:30.557Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-12T06:15:30.558Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-12T06:15:30.558Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=625f4bd8-f86b-4be0-b565-fe50f1faccb1
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-11-12T06:15:30.560Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.561Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:30.561Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:15:30.561Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.561Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_NhnpCs 0 is matching search criteria
2022-11-12T06:15:30.562Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_NhnpCs 0] matching following query criteria: sdcType=VF, customizationUUID=c3f75512-ea05-417a-9222-42f6a14c4bcf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:15:30.564Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.564Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.564Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 08db9002-284d-44ce-aa3e-f016c89109c3: basic_onboard_NhnpCs
2022-11-12T06:15:30.564Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.565Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.565Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.565Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.565Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_NhnpCs is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:15:30.566Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_NhnpCs 
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-11-12T06:15:30.639Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NhnpCs 1ec21541-7836-47bb-86e9-6d6604523b36 1 ASDC deployResourceStructure
2022-11-12T06:15:30.640Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json ASDC sendASDCNotification
2022-11-12T06:15:30.640Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json
2022-11-12T06:15:30.640Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:15:30.640Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:30.642Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:30.642Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233730639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:15:30.742Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:30.743Z||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-11-12T06:15:30.744Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:30.758Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:30.758Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:31.643Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-12T06:15:31.644Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml
2022-11-12T06:15:31.644Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:15:31.644Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:31.646Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:31.647Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233731643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:15:31.746Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:15:31.748Z||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-11-12T06:15:31.748Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:31.780Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:31.781Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:32.647Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-12T06:15:32.648Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env
2022-11-12T06:15:32.648Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:15:32.648Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:32.651Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:32.652Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233732647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:15:32.751Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:15:32.752Z||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-11-12T06:15:32.752Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:32.770Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:32.771Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:15:33.653Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar ASDC sendASDCNotification
2022-11-12T06:15:33.653Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar
2022-11-12T06:15:33.653Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:15:33.654Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:15:33.656Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:15:33.656Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233733652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:15:33.757Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:15:33.758Z||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-11-12T06:15:33.758Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:15:33.772Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:15:33.772Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:15:34.658Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2353865a-1a75-4598-a77b-899b73bc6d6b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:15:34.673Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2353865a-1a75-4598-a77b-899b73bc6d6b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:15:34.677Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:15:34.678Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:15:34.684Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:16:04.685Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2353865a-1a75-4598-a77b-899b73bc6d6b 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-11-12T06:16:04.693Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2353865a-1a75-4598-a77b-899b73bc6d6b and serviceModelVersionId: 08db9002-284d-44ce-aa3e-f016c89109c3
2022-11-12T06:16:04.694Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf914630-2bb0-440f-a851-6c568c5a5388
2022-11-12T06:16:04.695Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?depth=0
2022-11-12T06:16:04.704Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:16:04.747Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?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-11-12T06:16:04.749Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?depth=0|INFO|500||Invoke
2022-11-12T06:16:04.779Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:16:04.909Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?depth=0|INFO|500||InvokeReturn
2022-11-12T06:16:04.911Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf914630-2bb0-440f-a851-6c568c5a5388/model-vers/model-ver/08db9002-284d-44ce-aa3e-f016c89109c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221112-06:16:04:823-9191], vertex-id=[204864], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:16:04 GMT], Content-Type=[application/json]}
2022-11-12T06:16:04.911Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:16:04.912Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:16:04.912Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:16:04.917Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||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-11-12T06:16:04.917Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2353865a-1a75-4598-a77b-899b73bc6d6b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:16:04.918Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:16:04.918Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:16:04.921Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:16:04.922Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233764917,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:16:05.022Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:16:05.023Z||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-11-12T06:16:05.023Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:05.042Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:05.043Z||pool-34-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-11-12T06:16:05.935Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:05.936Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:16:05.936Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:15.198Z||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-11-12T06:16:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:15.828Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:15.829Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:16:15.830Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.830Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.830Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233475180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:16:15.831Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233725250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233727430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233728482,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233729529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:16:15.832Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233730639,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/basic_onboard_nhnpcs0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233731643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233732647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/resourceInstances/basic_onboard_nhnpcs0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233733652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNhnpcs/1.0/artifacts/service-BasicOnboardNhnpcs-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2353865a-1a75-4598-a77b-899b73bc6d6b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668233764917,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:16:15.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:16:16.240Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:16.241Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:16.242Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:16:16.242Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:25.797Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:25.798Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:25.799Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:16:25.799Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:35.343Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:35.344Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:35.345Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:16:35.345Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:44.892Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:16:44.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:16:44.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:16:44.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:16:54.443Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:17:15.180Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:17:15.181Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:17:15.182Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:17:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:17:15.198Z||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-11-12T06:17:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:17:24.753Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:17:24.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:18:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:18:15.183Z||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-11-12T06:18:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:18:15.198Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:18:15.199Z||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-11-12T06:18:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:18:24.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:18:24.743Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:19:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:19:15.181Z||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-11-12T06:19:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:19:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:19:15.198Z||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-11-12T06:19:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:19:24.727Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:19:24.750Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:20:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:20:15.181Z||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-11-12T06:20:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:20:15.198Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:20:15.198Z||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-11-12T06:20:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:20:24.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:20:24.768Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:21:15.180Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:21:15.181Z||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-11-12T06:21:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:21:15.197Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:21:15.199Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:21:15.201Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:21:24.770Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:21:24.771Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:22:15.180Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:22:15.182Z||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-11-12T06:22:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:22:15.197Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:22:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:22:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:22:24.757Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:22:24.759Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:23:15.180Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:23:15.181Z||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-11-12T06:23:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:23:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:23:15.198Z||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-11-12T06:23:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:23:24.752Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:23:24.758Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:24:15.180Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:24:15.181Z||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-11-12T06:24:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:24:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:24:15.198Z||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-11-12T06:24:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:24:24.756Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:24:24.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:15.180Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:25:15.184Z||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-11-12T06:25:15.184Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:25:15.198Z||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-11-12T06:25:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:15.821Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:15.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3eb989c-d47f-4b14-abf0-4d69c1b70781","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"be408550-7dae-47f1-bbfd-7aa8dd116074","serviceDescription":"service","serviceInvariantUUID":"83e72f43-138c-4feb-b583-7bd4d9f39a72","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ea14e99e-5ab9-4817-b532-32bac1bda7ba","resourceInvariantUUID":"aa3d271a-eea3-498a-94d2-a8860d0dc851","resourceCustomizationUUID":"e9f3588b-35ef-407a-82ee-1e01e80af0f0","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":"MjljN2I5MzdiZGFkMjNiYTJkMmVkNDY5YWUxODAyZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bc17033-971e-4440-a5c6-0bcb42b96028","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmE0N2JiYTllYWNhNTY0NDY3MTUwOTkwOGUxMzMxY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d168a60-eafa-43f8-a121-52fe8539e885","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:25:15.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:15.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.830Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:25:15.830Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "cds",
  "timestamp": 1668234279353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.831Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234284053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "cds",
  "timestamp": 1668234279353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:25:15.831Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234284053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "cds",
  "timestamp": 1668234289966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234289389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.832Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "cds",
  "timestamp": 1668234290975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-12T06:25:15.836Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:25:15.836Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234315180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T06:25:15.858Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3eb989c-d47f-4b14-abf0-4d69c1b70781
2022-11-12T06:25:15.859Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3eb989c-d47f-4b14-abf0-4d69c1b70781 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-11-12T06:25:15.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234289389,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "aai-ml",
  "timestamp": 1668234302919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "aai-ml",
  "timestamp": 1668234302919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "aai-ml",
  "timestamp": 1668234305644,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:25:15.869Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234307713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "aai-ml",
  "timestamp": 1668234310150,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234307713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "aai-ml",
  "timestamp": 1668234311156,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:25:15.875Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3eb989c-d47f-4b14-abf0-4d69c1b70781
2022-11-12T06:25:15.876Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3eb989c-d47f-4b14-abf0-4d69c1b70781 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-11-12T06:25:15.884Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234310496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:25:15.884Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:25:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234312242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:25:15.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:25:15.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:25:15.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234313246,
  "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-11-12T06:25:15.894Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3eb989c-d47f-4b14-abf0-4d69c1b70781
2022-11-12T06:25:15.894Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3eb989c-d47f-4b14-abf0-4d69c1b70781 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-11-12T06:25:15.936Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:25:15.937Z||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-11-12T06:25:15.937Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:15.949Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:15.950Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:25:16.837Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:25:16.838Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:25:16.840Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:25:16.840Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234315180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:25:16.940Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:25:16.941Z||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-11-12T06:25:16.942Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:16.953Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:16.953Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:25:17.843Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "be408550-7dae-47f1-bbfd-7aa8dd116074",
  "serviceDescription": "service",
  "serviceInvariantUUID": "83e72f43-138c-4feb-b583-7bd4d9f39a72",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e9f3588b-35ef-407a-82ee-1e01e80af0f0",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ea14e99e-5ab9-4817-b532-32bac1bda7ba",
      "resourceInvariantUUID": "aa3d271a-eea3-498a-94d2-a8860d0dc851",
      "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": "MmE0N2JiYTllYWNhNTY0NDY3MTUwOTkwOGUxMzMxY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d168a60-eafa-43f8-a121-52fe8539e885"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:25:17.844Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:25:17.844Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 be408550-7dae-47f1-bbfd-7aa8dd116074 ASDC
2022-11-12T06:25:17.845Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:d3eb989c-d47f-4b14-abf0-4d69c1b70781
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:be408550-7dae-47f1-bbfd-7aa8dd116074
ServiceInvariantUUID:83e72f43-138c-4feb-b583-7bd4d9f39a72
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:8d168a60-eafa-43f8-a121-52fe8539e885
ArtifactChecksum:MmE0N2JiYTllYWNhNTY0NDY3MTUwOTkwOGUxMzMxY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e9f3588b-35ef-407a-82ee-1e01e80af0f0
ResourceInvariantUUID:aa3d271a-eea3-498a-94d2-a8860d0dc851
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ea14e99e-5ab9-4817-b532-32bac1bda7ba
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-12T06:25:17.845Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be408550-7dae-47f1-bbfd-7aa8dd116074 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-11-12T06:25:17.908Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:25:17.910Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:25:17.911Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:25:17.911Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8d168a60-eafa-43f8-a121-52fe8539e885 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T06:25:17.911Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:25:17.911Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T06:25:18.047Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:25:18.049Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d168a60-eafa-43f8-a121-52fe8539e885 57664
2022-11-12T06:25:18.049Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T06:25:18.050Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T06:25:18.050Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:25:18.050Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:25:18.053Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:25:18.054Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234318049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:25:18.153Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-12T06:25:18.154Z||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-11-12T06:25:18.154Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:18.166Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:18.166Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:25:19.054Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:25:19.055Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:25:19.056Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8d168a60-eafa-43f8-a121-52fe8539e885, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T06:25:19.056Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-12T06:25:19.057Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T06:25:19.057Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T06:25:19.170Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3658387088993425722/Definitions/service-BasicNetwork-template.yml
2022-11-12T06:25:19.666Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|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-BasicNetwork-csar.csar
2022-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.667Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.668Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:25:19.668Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.668Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.668Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.669Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.670Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.670Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.670Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.671Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:be408550-7dae-47f1-bbfd-7aa8dd116074
Model Version:NULL
Model InvariantUuid:83e72f43-138c-4feb-b583-7bd4d9f39a72
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:aa3d271a-eea3-498a-94d2-a8860d0dc851
Model UUID:59feb3ac-c236-42d0-8913-cf92b7da7165
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e9f3588b-35ef-407a-82ee-1e01e80af0f0
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-11-12T06:25:19.681Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: ea14e99e-5ab9-4817-b532-32bac1bda7ba
2022-11-12T06:25:19.682Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||No resources found for Service: be408550-7dae-47f1-bbfd-7aa8dd116074
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:25:19.690Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||
2022-11-12T06:25:19.690Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-12T06:25:19.692Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||No resources found for Service: be408550-7dae-47f1-bbfd-7aa8dd116074
2022-11-12T06:25:19.692Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: be408550-7dae-47f1-bbfd-7aa8dd116074
2022-11-12T06:25:19.692Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-12T06:25:19.692Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.704Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@305a9bd9, org.onap.sdc.toscaparser.api.parameters.Input@45b847ef, org.onap.sdc.toscaparser.api.parameters.Input@5c2edb0f, org.onap.sdc.toscaparser.api.parameters.Input@31bcdf10, org.onap.sdc.toscaparser.api.parameters.Input@555c0ead]
2022-11-12T06:25:19.706Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid be408550-7dae-47f1-bbfd-7aa8dd116074: Generic NeutronNet
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.707Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.753Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.753Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.753Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.754Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.754Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:25:19.754Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:25:19.754Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:19.829Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-12T06:25:19.830Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-12T06:25:19.830Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-12T06:25:19.830Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:25:19.830Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:25:19.832Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:25:19.832Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234319830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:25:19.932Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:25:19.933Z||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-11-12T06:25:19.934Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:19.946Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:19.946Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:25:20.833Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3eb989c-d47f-4b14-abf0-4d69c1b70781
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:25:20.849Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3eb989c-d47f-4b14-abf0-4d69c1b70781
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:25:20.852Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:25:20.857Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:25:50.861Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3eb989c-d47f-4b14-abf0-4d69c1b70781 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-11-12T06:25:50.875Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3eb989c-d47f-4b14-abf0-4d69c1b70781 and serviceModelVersionId: be408550-7dae-47f1-bbfd-7aa8dd116074
2022-11-12T06:25:50.876Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 83e72f43-138c-4feb-b583-7bd4d9f39a72
2022-11-12T06:25:50.877Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0
2022-11-12T06:25:50.881Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:25:50.937Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|INFO|500||Invoke
2022-11-12T06:25:50.938Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3eb989c-d47f-4b14-abf0-4d69c1b70781], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fab845f9-f98c-4184-8344-329d46f3462b], X-ECOMP-RequestID=[d3eb989c-d47f-4b14-abf0-4d69c1b70781], X-TransactionId=[], X-ONAP-RequestID=[d3eb989c-d47f-4b14-abf0-4d69c1b70781], Content-Type=[application/merge-patch+json]}
2022-11-12T06:25:50.960Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:25:51.067Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221112-06:25:51:006-10903], vertex-id=[180248], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:25:51 GMT], Content-Type=[application/json]}
2022-11-12T06:25:51.067Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:25:51.068Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/83e72f43-138c-4feb-b583-7bd4d9f39a72/model-vers/model-ver/be408550-7dae-47f1-bbfd-7aa8dd116074?depth=0|INFO|500||InvokeReturn
2022-11-12T06:25:51.080Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:25:51.080Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:25:51.084Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||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-11-12T06:25:51.085Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3eb989c-d47f-4b14-abf0-4d69c1b70781 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:25:51.085Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:25:51.085Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:25:51.087Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:25:51.087Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234351085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:25:51.187Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:25:51.188Z||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-11-12T06:25:51.188Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:25:51.203Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:25:51.204Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:26:15.180Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:26:15.181Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|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-11-12T06:26:15.182Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:26:15.198Z||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-11-12T06:26:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:15.324Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:26:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234315180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:15.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:26:15.810Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:15.812Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T06:26:15.812Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b073f963-bf0b-48fa-a9e0-7942a57b5155","serviceName":"Demo_pNF_LhQSc7EwmCUqGkeWSRfn","serviceVersion":"1.0","serviceUUID":"44cc96dd-fbea-4ef0-a250-aba5f5012fdd","serviceDescription":"catalog service description","serviceInvariantUUID":"df274cbe-4ba0-433c-a128-b38775ad6c18","resources":[{"resourceInstanceName":"pNF 962ac16b-a502 0","resourceName":"pNF 962ac16b-a502","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4dfbea5d-74c8-4066-9adf-89a43b6f5698","resourceInvariantUUID":"a775a8e9-62dc-49f4-9c85-bd4133843590","resourceCustomizationUUID":"8913116a-3867-4f7d-a95d-749765846a45","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml","artifactChecksum":"OWE1ZTE5NTg5N2IwMjI1NTUyYTFiNTY0MDkyOWQ1MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ffc772a-0eed-4ab9-9d58-c1bac1658313","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar","artifactChecksum":"NjZjYmJmNDdhZDUzNmMyYzI5NzhmODAwZTY2M2RmNzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d18a690-3323-446c-ac27-a91d259905b8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b6cc48e-764d-4920-89cb-0f0ddc89ece4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml","artifactChecksum":"ZjU3YWI1MzRmZWQzMjczYmM2NzBjNzQwNmRiMzczYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a915fa76-98e9-4ced-b620-f7c4a79a05a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e2fa7de9-8692-4633-adc8-21cf311d58fe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad1b1764-4815-4806-ae8c-8586717aa3a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml","artifactChecksum":"ZDYxZGRhNDgzYTk5ZGE2N2Y1MGVmZDU2NWE4ODZkNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc32eb4c-9759-4ea5-a64e-27df8b7d4951","artifactVersion":"1"},{"artifactName":"service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar","artifactChecksum":"NTJlMjIwMTAwOGRlMjY5Zjk1ZjE1ODEyY2YyNWFjMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"843b32c4-eaef-486b-8597-cdad0951b874","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:26:15.814Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:15.814Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:15.816Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:15.816Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:15.917Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:26:15.918Z||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-11-12T06:26:15.918Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:15.935Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:15.936Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:16.817Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:16.817Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:16.819Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:16.820Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:16.920Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:26:16.921Z||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-11-12T06:26:16.921Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:16.933Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:16.934Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:17.821Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:17.821Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:17.824Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:17.824Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:17.923Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:26:17.925Z||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-11-12T06:26:17.925Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:17.945Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:17.946Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:26:18.825Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:18.826Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:18.827Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:18.827Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:18.928Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:26:18.929Z||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-11-12T06:26:18.930Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:18.945Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:18.946Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:19.828Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:19.829Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:19.831Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:19.832Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:19.932Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:26:19.933Z||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-11-12T06:26:19.933Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:19.948Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:19.949Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:20.832Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:20.833Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:20.836Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:20.836Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:20.941Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-12T06:26:20.942Z||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-11-12T06:26:20.942Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:20.956Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:20.957Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:21.836Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:21.837Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:21.839Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:21.839Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:26:21.939Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:26:21.940Z||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-11-12T06:26:21.941Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:21.960Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:21.961Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:22.840Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:26:22.841Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:22.843Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:22.843Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:26:22.943Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:26:22.944Z||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-11-12T06:26:22.945Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:22.958Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:22.958Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:23.844Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "serviceName": "Demo_pNF_LhQSc7EwmCUqGkeWSRfn",
  "serviceVersion": "1.0",
  "serviceUUID": "44cc96dd-fbea-4ef0-a250-aba5f5012fdd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "df274cbe-4ba0-433c-a128-b38775ad6c18",
  "resources": [
    {
      "resourceInstanceName": "pNF 962ac16b-a502 0",
      "resourceCustomizationUUID": "8913116a-3867-4f7d-a95d-749765846a45",
      "resourceName": "pNF 962ac16b-a502",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4dfbea5d-74c8-4066-9adf-89a43b6f5698",
      "resourceInvariantUUID": "a775a8e9-62dc-49f4-9c85-bd4133843590",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
      "artifactChecksum": "NTJlMjIwMTAwOGRlMjY5Zjk1ZjE1ODEyY2YyNWFjMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "843b32c4-eaef-486b-8597-cdad0951b874"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:26:23.845Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:26:23.845Z|d3eb989c-d47f-4b14-abf0-4d69c1b70781|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44cc96dd-fbea-4ef0-a250-aba5f5012fdd ASDC
2022-11-12T06:26:23.845Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b073f963-bf0b-48fa-a9e0-7942a57b5155
ServiceName:Demo_pNF_LhQSc7EwmCUqGkeWSRfn
ServiceVersion:1.0
ServiceUUID:44cc96dd-fbea-4ef0-a250-aba5f5012fdd
ServiceInvariantUUID:df274cbe-4ba0-433c-a128-b38775ad6c18
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
ArtifactUUID:843b32c4-eaef-486b-8597-cdad0951b874
ArtifactChecksum:NTJlMjIwMTAwOGRlMjY5Zjk1ZjE1ODEyY2YyNWFjMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 962ac16b-a502 0
ResourceCustomizationUUID:8913116a-3867-4f7d-a95d-749765846a45
ResourceInvariantUUID:a775a8e9-62dc-49f4-9c85-bd4133843590
ResourceName:pNF 962ac16b-a502
ResourceType:PNF
ResourceUUID:4dfbea5d-74c8-4066-9adf-89a43b6f5698
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-12T06:26:23.845Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44cc96dd-fbea-4ef0-a250-aba5f5012fdd 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-11-12T06:26:23.872Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:26:23.873Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:26:23.873Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:26:23.873Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 843b32c4-eaef-486b-8597-cdad0951b874 from URL: /sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:23.873Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:26:23.873Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:23.931Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:26:23.934Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar 843b32c4-eaef-486b-8597-cdad0951b874 87774
2022-11-12T06:26:23.935Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar ASDC sendASDCNotification
2022-11-12T06:26:23.935Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:23.935Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:26:23.935Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:23.937Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:23.937Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234383935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:26:24.037Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:26:24.038Z||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-11-12T06:26:24.038Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:24.057Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:24.058Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:26:24.937Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:26:24.939Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:26:24.939Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 843b32c4-eaef-486b-8597-cdad0951b874, URL: /sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar to file: /app/ASDC/1/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:24.939Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:24.940Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:24.940Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.078Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13254705914961324808/Definitions/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml
2022-11-12T06:26:25.697Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 962ac16b-a502 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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.698Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|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-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Node template pNF 962ac16b-a502 0 is matching search criteria
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 962ac16b-a502 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Node template pNF 962ac16b-a502 0 is matching search criteria
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 962ac16b-a502 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.699Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.700Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LhQSc7EwmCUqGkeWSRfn
Description:catalog service description
Model UUID:44cc96dd-fbea-4ef0-a250-aba5f5012fdd
Model Version:NULL
Model InvariantUuid:df274cbe-4ba0-433c-a128-b38775ad6c18
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-11-12T06:26:25.707Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4dfbea5d-74c8-4066-9adf-89a43b6f5698
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:26:25.710Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||pNF 962ac16b-a502 0
2022-11-12T06:26:25.711Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4dfbea5d-74c8-4066-9adf-89a43b6f5698
2022-11-12T06:26:25.711Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 44cc96dd-fbea-4ef0-a250-aba5f5012fdd
2022-11-12T06:26:25.711Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 44cc96dd-fbea-4ef0-a250-aba5f5012fdd
2022-11-12T06:26:25.711Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 962ac16b-a502 0 4dfbea5d-74c8-4066-9adf-89a43b6f5698 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-11-12T06:26:25.717Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21706383, org.onap.sdc.toscaparser.api.parameters.Input@2c694152, org.onap.sdc.toscaparser.api.parameters.Input@2fbb1c82, org.onap.sdc.toscaparser.api.parameters.Input@7cfb9414, org.onap.sdc.toscaparser.api.parameters.Input@5eb59c73]
2022-11-12T06:26:25.717Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 44cc96dd-fbea-4ef0-a250-aba5f5012fdd: pNF 962ac16b-a502
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Processing PNF resource: 4dfbea5d-74c8-4066-9adf-89a43b6f5698
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LhQSc7EwmCUqGkeWSRfn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:26:25.718Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||Resource customization UUID: 8913116a-3867-4f7d-a95d-749765846a45 is the same as notified resource customizationUUID: 8913116a-3867-4f7d-a95d-749765846a45
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-11-12T06:26:25.770Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 962ac16b-a502 4dfbea5d-74c8-4066-9adf-89a43b6f5698 0 ASDC deployResourceStructure
2022-11-12T06:26:25.771Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar ASDC sendASDCNotification
2022-11-12T06:26:25.771Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar
2022-11-12T06:26:25.771Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:26:25.771Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:26:25.775Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:26:25.775Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234385771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:26:25.874Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-12T06:26:25.875Z||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-11-12T06:26:25.875Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:26:25.891Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:26:25.892Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:26:26.777Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:26:26.790Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:26:26.793Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:26:26.793Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:26:26.793Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:26:56.793Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:26:56.808Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:26:56.814Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:26:56.814Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:26:56.814Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:27:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:27:15.198Z||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-11-12T06:27:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:27:15.222Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:27:15.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.265Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234315180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234318049,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234319830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234332919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234339353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234337713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234351072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234349935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234350095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "cds",
  "timestamp": 1668234350942,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-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-11-12T06:27:15.277Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b073f963-bf0b-48fa-a9e0-7942a57b5155
2022-11-12T06:27:15.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b073f963-bf0b-48fa-a9e0-7942a57b5155 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-11-12T06:27:15.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d3eb989c-d47f-4b14-abf0-4d69c1b70781",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234351085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234352021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234353028,
  "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-11-12T06:27:15.296Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b073f963-bf0b-48fa-a9e0-7942a57b5155
2022-11-12T06:27:15.296Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b073f963-bf0b-48fa-a9e0-7942a57b5155 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-11-12T06:27:15.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234356098,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.310Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "aai-ml",
  "timestamp": 1668234357102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:27:15.316Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b073f963-bf0b-48fa-a9e0-7942a57b5155
2022-11-12T06:27:15.316Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b073f963-bf0b-48fa-a9e0-7942a57b5155 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-11-12T06:27:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234358206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234344055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234359384,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234359892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234360389,
  "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-11-12T06:27:15.331Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b073f963-bf0b-48fa-a9e0-7942a57b5155
2022-11-12T06:27:15.331Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b073f963-bf0b-48fa-a9e0-7942a57b5155 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-11-12T06:27:15.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234360973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234362099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234362047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "cds",
  "timestamp": 1668234363105,
  "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-11-12T06:27:15.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
2022-11-12T06:27:15.353Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f08a3de-6a69-4360-b4ce-f3f44254b8aa 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-11-12T06:27:15.362Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.362Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234363078,
  "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-11-12T06:27:15.367Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
2022-11-12T06:27:15.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f08a3de-6a69-4360-b4ce-f3f44254b8aa 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-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234364083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234370669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234354353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234373279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234365088,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "cds",
  "timestamp": 1668234374286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T06:27:15.396Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 85109f06-ff7e-4323-85dd-830018898f96
2022-11-12T06:27:15.396Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85109f06-ff7e-4323-85dd-830018898f96 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-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:27:15.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234374878,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:27:15.405Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:27:26.815Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:27:26.835Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:27:26.839Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:27:26.840Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:27:26.847Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:27:56.847Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b073f963-bf0b-48fa-a9e0-7942a57b5155 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-11-12T06:27:56.852Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b073f963-bf0b-48fa-a9e0-7942a57b5155 and serviceModelVersionId: 44cc96dd-fbea-4ef0-a250-aba5f5012fdd
2022-11-12T06:27:56.852Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df274cbe-4ba0-433c-a128-b38775ad6c18
2022-11-12T06:27:56.853Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?depth=0
2022-11-12T06:27:56.857Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:27:56.888Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|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/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?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-11-12T06:27:56.890Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?depth=0|INFO|500||Invoke
2022-11-12T06:27:56.909Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:27:57.025Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?depth=0|INFO|500||InvokeReturn
2022-11-12T06:27:57.027Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/df274cbe-4ba0-433c-a128-b38775ad6c18/model-vers/model-ver/44cc96dd-fbea-4ef0-a250-aba5f5012fdd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221112-06:27:56:953-66194], vertex-id=[184344], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:27:56 GMT], Content-Type=[application/json]}
2022-11-12T06:27:57.028Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:27:57.028Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:27:57.028Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:27:57.035Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||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-11-12T06:27:57.035Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b073f963-bf0b-48fa-a9e0-7942a57b5155 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:27:57.036Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:27:57.036Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:27:57.038Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:27:57.038Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234477035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:27:57.138Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:27:57.139Z||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-11-12T06:27:57.140Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:27:57.161Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:27:57.161Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:27:58.050Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T06:27:58.050Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f08a3de-6a69-4360-b4ce-f3f44254b8aa","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4808e7a3-435a-4876-832f-276773cf3fd6","serviceDescription":"service","serviceInvariantUUID":"989c2a2f-0308-4b04-8aa6-c97a64d1bba1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"baeeb88a-7398-4ba4-938d-f65cf9de996d","resourceInvariantUUID":"72dd05cd-1767-4f8d-b17a-89b23a1d632a","resourceCustomizationUUID":"22f88b09-ceb9-463e-8bac-fa79559c9532","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":"NjU2N2JhMDg1NThmMjE4MzA3Zjk4Yjc5Y2M4ZmU4ZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"26b51610-1dcd-40ad-901d-f71ace1bd483","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":"YjczMmM1MDZjZWI3ODQ1YTFhODc0OTVlYWZmY2JjNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"74d829eb-a6f5-46ad-9523-35d399505b0b","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":"78511d67-b65b-4cbd-8f66-f95340f560d8","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":"dbbc3f14-8d1f-4055-ba03-cedb5d99395f","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":"4496747a-f610-471f-81ef-de4cdbe244c9","artifactVersion":"2","generatedFromUUID":"78511d67-b65b-4cbd-8f66-f95340f560d8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjVjYzc3YzY5NzJlNTJhNDc2Mjc2NTZiNTM0OWJmYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d0d334a-a5b1-438c-aebf-ab2646ae5355","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzIyMTZkZmZhNTA2NTcyMWRlY2I5MzMyOTdiZGJiM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4c8009f-6e08-4efd-aa20-5d1dba4de72d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:27:58.051Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:27:58.051Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:27:58.053Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:27:58.053Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:27:58.153Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:27:58.154Z||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-11-12T06:27:58.154Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:27:58.167Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:27:58.168Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:27:59.053Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:27:59.054Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:27:59.056Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:27:59.056Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:27:59.157Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:27:59.158Z||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-11-12T06:27:59.158Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:27:59.174Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:27:59.175Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:00.057Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:28:00.058Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:00.060Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:00.060Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:28:00.162Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:28:00.162Z||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-11-12T06:28:00.163Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:00.175Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:00.176Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:01.061Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:28:01.062Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:01.063Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:01.064Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:28:01.165Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:28:01.180Z||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-11-12T06:28:01.180Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:01.201Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:01.204Z||pool-54-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:02.064Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:28:02.065Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:02.067Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:02.067Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:28:02.171Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-12T06:28:02.172Z||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-11-12T06:28:02.172Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:02.184Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:02.185Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:03.068Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:28:03.069Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:03.070Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:03.071Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:28:03.171Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:03.172Z||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-11-12T06:28:03.172Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:03.194Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:03.194Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:04.071Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:28:04.072Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:04.075Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:04.075Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:28:04.175Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:04.176Z||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-11-12T06:28:04.176Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:04.191Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:04.192Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:05.077Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4808e7a3-435a-4876-832f-276773cf3fd6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "989c2a2f-0308-4b04-8aa6-c97a64d1bba1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "22f88b09-ceb9-463e-8bac-fa79559c9532",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "baeeb88a-7398-4ba4-938d-f65cf9de996d",
      "resourceInvariantUUID": "72dd05cd-1767-4f8d-b17a-89b23a1d632a",
      "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": "YjczMmM1MDZjZWI3ODQ1YTFhODc0OTVlYWZmY2JjNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "74d829eb-a6f5-46ad-9523-35d399505b0b",
          "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": "78511d67-b65b-4cbd-8f66-f95340f560d8",
          "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": "4496747a-f610-471f-81ef-de4cdbe244c9",
            "generatedFromUUID": "78511d67-b65b-4cbd-8f66-f95340f560d8"
          },
          "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": "4496747a-f610-471f-81ef-de4cdbe244c9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzIyMTZkZmZhNTA2NTcyMWRlY2I5MzMyOTdiZGJiM2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4c8009f-6e08-4efd-aa20-5d1dba4de72d"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:28:05.077Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:28:05.077Z|b073f963-bf0b-48fa-a9e0-7942a57b5155|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4808e7a3-435a-4876-832f-276773cf3fd6 ASDC
2022-11-12T06:28:05.078Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8f08a3de-6a69-4360-b4ce-f3f44254b8aa
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4808e7a3-435a-4876-832f-276773cf3fd6
ServiceInvariantUUID:989c2a2f-0308-4b04-8aa6-c97a64d1bba1
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:c4c8009f-6e08-4efd-aa20-5d1dba4de72d
ArtifactChecksum:YzIyMTZkZmZhNTA2NTcyMWRlY2I5MzMyOTdiZGJiM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:22f88b09-ceb9-463e-8bac-fa79559c9532
ResourceInvariantUUID:72dd05cd-1767-4f8d-b17a-89b23a1d632a
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:baeeb88a-7398-4ba4-938d-f65cf9de996d
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:74d829eb-a6f5-46ad-9523-35d399505b0b
ArtifactChecksum:YjczMmM1MDZjZWI3ODQ1YTFhODc0OTVlYWZmY2JjNGE=
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:78511d67-b65b-4cbd-8f66-f95340f560d8
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:4496747a-f610-471f-81ef-de4cdbe244c9
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:4496747a-f610-471f-81ef-de4cdbe244c9
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:28:05.078Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4808e7a3-435a-4876-832f-276773cf3fd6 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-11-12T06:28:05.119Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:28:05.119Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:28:05.120Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:28:05.120Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c4c8009f-6e08-4efd-aa20-5d1dba4de72d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T06:28:05.120Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:28:05.120Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T06:28:05.185Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:28:05.188Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c4c8009f-6e08-4efd-aa20-5d1dba4de72d 74813
2022-11-12T06:28:05.188Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-12T06:28:05.189Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T06:28:05.189Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:28:05.189Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:05.190Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:05.191Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234485188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:28:05.291Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:05.292Z||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-11-12T06:28:05.292Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:05.304Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:05.305Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:06.191Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:28:06.192Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:28:06.192Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c4c8009f-6e08-4efd-aa20-5d1dba4de72d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:06.193Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-12T06:28:06.193Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:06.193Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:06.286Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5949568666617741149/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-12T06:28:07.260Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:28:07.260Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:28:07.260Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:07.260Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|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-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|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-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|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-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|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-BasicVm-csar.csar
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.261Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:07.262Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:28:07.262Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:28:07.262Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.262Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.262Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.263Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T06:28:07.264Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6bd69f81-9bf8-4ae0-9fd0-c5f73d8fc989
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:07.265Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4808e7a3-435a-4876-832f-276773cf3fd6
Model Version:NULL
Model InvariantUuid:989c2a2f-0308-4b04-8aa6-c97a64d1bba1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d177dc64-2d88-47e4-acab-eeb662742ab4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:72dd05cd-1767-4f8d-b17a-89b23a1d632a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:22f88b09-ceb9-463e-8bac-fa79559c9532
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:233bbdb3-d2a6-4e87-9fe3-6daddfa1b4fc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:46b20940-4583-41c5-af86-ba4d24b62dda
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6bd69f81-9bf8-4ae0-9fd0-c5f73d8fc989
ModelInvariantUuid:69a0c03a-767a-4a4d-a348-00e0b87da028
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:5a3f10a6-1241-4dd9-935f-804469c25e2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4940c23a-083c-4f9e-93f4-5274f7889020
ModelInvariantUuid:bbe7619b-f78f-4cac-80bc-aa3c33c0eccd
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e19926ff-e8cd-4b58-a1dc-5a4ad410dd7d
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-11-12T06:28:07.272Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: baeeb88a-7398-4ba4-938d-f65cf9de996d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:28:07.276Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-11-12T06:28:07.276Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: baeeb88a-7398-4ba4-938d-f65cf9de996d
2022-11-12T06:28:07.276Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 74d829eb-a6f5-46ad-9523-35d399505b0b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-12T06:28:07.276Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:28:07.276Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:07.338Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:28:07.339Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 74d829eb-a6f5-46ad-9523-35d399505b0b 787
2022-11-12T06:28:07.339Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:07.339Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:07.339Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:28:07.339Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:07.341Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:07.341Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234487339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:28:07.441Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:07.442Z||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-11-12T06:28:07.443Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:07.453Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:07.454Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:08.342Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "233bbdb3-d2a6-4e87-9fe3-6daddfa1b4fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46b20940-4583-41c5-af86-ba4d24b62dda",
    "vfModuleModelCustomizationUUID": "dce3f25f-00af-419d-a856-1dff3c4b2282",
    "isBase": true,
    "artifacts": [
      "78511d67-b65b-4cbd-8f66-f95340f560d8",
      "4496747a-f610-471f-81ef-de4cdbe244c9"
    ],
    "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-11-12T06:28:08.345Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46b20940-4583-41c5-af86-ba4d24b62dda
VfModuleModelInvariantUUID:233bbdb3-d2a6-4e87-9fe3-6daddfa1b4fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
78511d67-b65b-4cbd-8f66-f95340f560d8
,
4496747a-f610-471f-81ef-de4cdbe244c9

}
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-11-12T06:28:08.347Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "233bbdb3-d2a6-4e87-9fe3-6daddfa1b4fc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46b20940-4583-41c5-af86-ba4d24b62dda",
    "vfModuleModelCustomizationUUID": "dce3f25f-00af-419d-a856-1dff3c4b2282",
    "isBase": true,
    "artifacts": [
      "78511d67-b65b-4cbd-8f66-f95340f560d8",
      "4496747a-f610-471f-81ef-de4cdbe244c9"
    ],
    "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-11-12T06:28:08.348Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:46b20940-4583-41c5-af86-ba4d24b62dda
VfModuleModelInvariantUUID:233bbdb3-d2a6-4e87-9fe3-6daddfa1b4fc
VfModuleModelDescription:NULL
Artifacts UUID List:{
78511d67-b65b-4cbd-8f66-f95340f560d8
,
4496747a-f610-471f-81ef-de4cdbe244c9

}
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-11-12T06:28:08.348Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 78511d67-b65b-4cbd-8f66-f95340f560d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-12T06:28:08.348Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:28:08.348Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:08.388Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:28:08.389Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 78511d67-b65b-4cbd-8f66-f95340f560d8 5033
2022-11-12T06:28:08.389Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:08.389Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:08.389Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:28:08.389Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:08.391Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:08.391Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234488389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:28:08.491Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:08.492Z||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-11-12T06:28:08.492Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:08.507Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:08.508Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:09.392Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4496747a-f610-471f-81ef-de4cdbe244c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-12T06:28:09.392Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:28:09.392Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:09.449Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:28:09.449Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 4496747a-f610-471f-81ef-de4cdbe244c9 903
2022-11-12T06:28:09.449Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:09.449Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:09.449Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:28:09.450Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:09.452Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:09.452Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234489449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:28:09.552Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:09.553Z||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-11-12T06:28:09.553Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:09.566Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:09.567Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:10.454Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4808e7a3-435a-4876-832f-276773cf3fd6
2022-11-12T06:28:10.454Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 baeeb88a-7398-4ba4-938d-f65cf9de996d 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-11-12T06:28:10.466Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12eab2cd, org.onap.sdc.toscaparser.api.parameters.Input@4abba121, org.onap.sdc.toscaparser.api.parameters.Input@4634c81, org.onap.sdc.toscaparser.api.parameters.Input@34e34c87, org.onap.sdc.toscaparser.api.parameters.Input@73d8fc0c]
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 22f88b09-ceb9-463e-8bac-fa79559c9532
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22f88b09-ceb9-463e-8bac-fa79559c9532 matches Tosca VF Customization UUID: 22f88b09-ceb9-463e-8bac-fa79559c9532
2022-11-12T06:28:10.468Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 22f88b09-ceb9-463e-8bac-fa79559c9532  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-11-12T06:28:10.471Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.471Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 22f88b09-ceb9-463e-8bac-fa79559c9532: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54cd4a0a
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dce3f25f-00af-419d-a856-1dff3c4b2282
2022-11-12T06:28:10.472Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dce3f25f-00af-419d-a856-1dff3c4b2282
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-11-12T06:28:10.475Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.475Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:28:10.476Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6bd69f81-9bf8-4ae0-9fd0-c5f73d8fc989
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-11-12T06:28:10.479Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.479Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:10.479Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:28:10.479Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.480Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-12T06:28:10.480Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=22f88b09-ceb9-463e-8bac-fa79559c9532
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:28:10.481Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4808e7a3-435a-4876-832f-276773cf3fd6: basic_vm
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.482Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.483Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.483Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.483Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:28:10.483Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:28:10.483Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:10.564Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm baeeb88a-7398-4ba4-938d-f65cf9de996d 1 ASDC deployResourceStructure
2022-11-12T06:28:10.564Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:10.564Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:10.564Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:28:10.565Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:10.566Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:10.566Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234490564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:28:10.667Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:28:10.667Z||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-11-12T06:28:10.668Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:10.682Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:10.683Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:11.567Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:11.568Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:11.568Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:28:11.568Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:11.569Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:11.570Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234491567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:28:11.670Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:11.673Z||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-11-12T06:28:11.673Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:11.687Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:11.688Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:12.571Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:12.571Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:28:12.571Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:28:12.572Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:12.573Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:12.573Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234492571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:28:12.674Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:12.675Z||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-11-12T06:28:12.675Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:12.693Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:12.694Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:28:13.575Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-12T06:28:13.575Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-12T06:28:13.575Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:28:13.576Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:28:13.578Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:28:13.578Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234493575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:28:13.678Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:28:13.679Z||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-11-12T06:28:13.679Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:13.695Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:13.696Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:28:14.579Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:28:14.592Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:28:14.597Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:28:14.597Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:28:14.598Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:28:15.198Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:28:15.199Z||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-11-12T06:28:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:28:15.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:28:15.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:28:15.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234375441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:28:15.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:28:44.598Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:28:44.612Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:28:44.616Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:28:44.617Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:28:44.617Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:29:14.617Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:29:14.628Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:29:14.630Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:29:14.631Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:29:14.631Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:29:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:29:15.198Z||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-11-12T06:29:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:29:15.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:29:15.233Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234375945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234349391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234377650,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234377056,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.234Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.235Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "aai-ml",
  "timestamp": 1668234378654,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:29:15.241Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
2022-11-12T06:29:15.241Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f08a3de-6a69-4360-b4ce-f3f44254b8aa 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-11-12T06:29:15.260Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.260Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234377749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234378115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.261Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234378753,
  "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-11-12T06:29:15.266Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
2022-11-12T06:29:15.266Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f08a3de-6a69-4360-b4ce-f3f44254b8aa 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-11-12T06:29:15.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234379230,
  "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-11-12T06:29:15.281Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 85109f06-ff7e-4323-85dd-830018898f96
2022-11-12T06:29:15.282Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85109f06-ff7e-4323-85dd-830018898f96 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-11-12T06:29:15.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234380236,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/resourceInstances/pnf962ac16ba5020/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234383935,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234385771,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLhqsc7ewmcuqgkewsrfn/1.0/artifacts/service-DemoPnfLhqsc7ewmcuqgkewsrfn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234362920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234388749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.292Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234367713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234388865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234391104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.293Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234392111,
  "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-11-12T06:29:15.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 85109f06-ff7e-4323-85dd-830018898f96
2022-11-12T06:29:15.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85109f06-ff7e-4323-85dd-830018898f96 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-11-12T06:29:15.306Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.306Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234395726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:29:15.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:29:15.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:29:15.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "aai-ml",
  "timestamp": 1668234396730,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:29:15.310Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 85109f06-ff7e-4323-85dd-830018898f96
2022-11-12T06:29:15.311Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 85109f06-ff7e-4323-85dd-830018898f96 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-11-12T06:29:44.631Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:29:44.644Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:29:44.648Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:29:44.648Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:29:44.649Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:29:44.654Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:30:14.655Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa 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-11-12T06:30:14.660Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f08a3de-6a69-4360-b4ce-f3f44254b8aa and serviceModelVersionId: 4808e7a3-435a-4876-832f-276773cf3fd6
2022-11-12T06:30:14.660Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 989c2a2f-0308-4b04-8aa6-c97a64d1bba1
2022-11-12T06:30:14.662Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?depth=0
2022-11-12T06:30:14.668Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:30:14.703Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|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/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?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-11-12T06:30:14.704Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?depth=0|INFO|500||Invoke
2022-11-12T06:30:14.727Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:30:14.890Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?depth=0|INFO|500||InvokeReturn
2022-11-12T06:30:14.892Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/989c2a2f-0308-4b04-8aa6-c97a64d1bba1/model-vers/model-ver/4808e7a3-435a-4876-832f-276773cf3fd6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221112-06:30:14:785-19061], vertex-id=[192536], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:30:14 GMT], Content-Type=[application/json]}
2022-11-12T06:30:14.892Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:30:14.892Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:30:14.892Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:30:14.900Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||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-11-12T06:30:14.900Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f08a3de-6a69-4360-b4ce-f3f44254b8aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:30:14.900Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:30:14.901Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:14.903Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:14.903Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234614900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:30:15.003Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:15.004Z||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-11-12T06:30:15.005Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:15.031Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:15.032Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:30:15.198Z||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-11-12T06:30:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:15.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:15.245Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.245Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b073f963-bf0b-48fa-a9e0-7942a57b5155",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234477035,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:30:15.246Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234485188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234487339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234488389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234489449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234490564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234491567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234492571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234493575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:15.248Z||pool-2-thread-8|||||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-11-12T06:30:15.919Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-12T06:30:15.919Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"85109f06-ff7e-4323-85dd-830018898f96","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"581a187b-c69b-45ba-989a-50aca8ce4eb2","serviceDescription":"service","serviceInvariantUUID":"50b12ed8-dd67-40f9-9720-09751be19a8a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62cb0b16-8bd9-418e-850d-4f30bd0f512c","resourceInvariantUUID":"e340367c-c661-47e8-979b-bdbfb69b7283","resourceCustomizationUUID":"6b8f0f9a-c406-4bea-8659-a3b7578ab4c5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MDY1ZDdmYzYxYmIwYmQxYjI1YjA1YjhhMDBjNzViODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9628d72-789d-4d22-8cad-3892a318dcae","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"559cd447-a74b-4eae-bff7-a131111cefcc","artifactVersion":"2","generatedFromUUID":"9d10fc85-7bb8-46cd-a895-dc90cf753f79"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d10fc85-7bb8-46cd-a895-dc90cf753f79","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MmVlZGJjNTc3ZDVkOWI5MDI5ZjUwNDNlY2MyOThhNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7bd3929-b295-4690-8505-3e68534a7ba0","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"155bd40b-0889-4d4c-add6-8b512cfc006b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9b5b623-f511-4e4b-9d9c-7087db4bea78","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c98ca758-87d6-41b1-bbac-2a068fe3fe49","artifactVersion":"2","generatedFromUUID":"155bd40b-0889-4d4c-add6-8b512cfc006b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODZmMGUwZjYxM2Y2NGRmNzgyNWUwOWJmNmNjMjlhYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2df87166-c3c5-492a-a489-e55281ba8fed","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjY5NGE3MDBkM2E3NThmYTJiNjU2ZDVjMDJiYTE2NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc24ff00-1d73-46b2-a313-a9ff22022544","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:30:15.920Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:15.920Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:15.922Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:15.922Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:16.022Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:16.023Z||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-11-12T06:30:16.023Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:16.038Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:16.039Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:16.923Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:16.924Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:16.957Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:16.958Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T06:30:17.028Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2022-11-12T06:30:17.029Z||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-11-12T06:30:17.029Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:17.050Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:17.051Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:17.958Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:17.959Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:17.961Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:17.961Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:30:18.061Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:18.062Z||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-11-12T06:30:18.062Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:18.113Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:18.113Z||pool-69-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:18.961Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:18.962Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:18.964Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:18.964Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:30:19.064Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:19.065Z||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-11-12T06:30:19.065Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:19.084Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:19.084Z||pool-70-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:19.965Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:19.965Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:19.967Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:19.967Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:30:20.067Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:20.068Z||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-11-12T06:30:20.068Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:20.081Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:20.082Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:20.967Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:20.968Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:20.970Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:20.970Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:21.070Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:21.071Z||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-11-12T06:30:21.071Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:21.083Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:21.084Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:21.971Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:21.971Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:21.973Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:21.974Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T06:30:22.074Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:22.075Z||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-11-12T06:30:22.075Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:22.091Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:22.092Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:22.974Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:22.975Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:22.977Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:22.977Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:30:23.077Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:23.078Z||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-11-12T06:30:23.078Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:23.126Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:23.126Z||pool-74-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:23.987Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:30:23.988Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:23.991Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:23.991Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:30:24.090Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-12T06:30:24.091Z||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-11-12T06:30:24.092Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:24.112Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:24.113Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:24.993Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "581a187b-c69b-45ba-989a-50aca8ce4eb2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "50b12ed8-dd67-40f9-9720-09751be19a8a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6b8f0f9a-c406-4bea-8659-a3b7578ab4c5",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "62cb0b16-8bd9-418e-850d-4f30bd0f512c",
      "resourceInvariantUUID": "e340367c-c661-47e8-979b-bdbfb69b7283",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "559cd447-a74b-4eae-bff7-a131111cefcc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d10fc85-7bb8-46cd-a895-dc90cf753f79",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MmVlZGJjNTc3ZDVkOWI5MDI5ZjUwNDNlY2MyOThhNmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b7bd3929-b295-4690-8505-3e68534a7ba0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "155bd40b-0889-4d4c-add6-8b512cfc006b",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c98ca758-87d6-41b1-bbac-2a068fe3fe49",
            "generatedFromUUID": "155bd40b-0889-4d4c-add6-8b512cfc006b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c98ca758-87d6-41b1-bbac-2a068fe3fe49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YjY5NGE3MDBkM2E3NThmYTJiNjU2ZDVjMDJiYTE2NTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dc24ff00-1d73-46b2-a313-a9ff22022544"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:30:24.994Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:30:24.994Z|8f08a3de-6a69-4360-b4ce-f3f44254b8aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 581a187b-c69b-45ba-989a-50aca8ce4eb2 ASDC
2022-11-12T06:30:24.994Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:85109f06-ff7e-4323-85dd-830018898f96
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:581a187b-c69b-45ba-989a-50aca8ce4eb2
ServiceInvariantUUID:50b12ed8-dd67-40f9-9720-09751be19a8a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:dc24ff00-1d73-46b2-a313-a9ff22022544
ArtifactChecksum:YjY5NGE3MDBkM2E3NThmYTJiNjU2ZDVjMDJiYTE2NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6b8f0f9a-c406-4bea-8659-a3b7578ab4c5
ResourceInvariantUUID:e340367c-c661-47e8-979b-bdbfb69b7283
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:62cb0b16-8bd9-418e-850d-4f30bd0f512c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:559cd447-a74b-4eae-bff7-a131111cefcc
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:9d10fc85-7bb8-46cd-a895-dc90cf753f79
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:b7bd3929-b295-4690-8505-3e68534a7ba0
ArtifactChecksum:MmVlZGJjNTc3ZDVkOWI5MDI5ZjUwNDNlY2MyOThhNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:155bd40b-0889-4d4c-add6-8b512cfc006b
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c98ca758-87d6-41b1-bbac-2a068fe3fe49
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c98ca758-87d6-41b1-bbac-2a068fe3fe49
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:30:24.995Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 581a187b-c69b-45ba-989a-50aca8ce4eb2 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-11-12T06:30:25.031Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:30:25.032Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:30:25.032Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:30:25.032Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc24ff00-1d73-46b2-a313-a9ff22022544 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T06:30:25.032Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:25.032Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T06:30:25.190Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:25.193Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dc24ff00-1d73-46b2-a313-a9ff22022544 73679
2022-11-12T06:30:25.193Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-12T06:30:25.193Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T06:30:25.194Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:25.194Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:25.196Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:25.196Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234625193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:25.296Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:25.297Z||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-11-12T06:30:25.297Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:25.309Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:25.309Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:26.196Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:30:26.198Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-12T06:30:26.198Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dc24ff00-1d73-46b2-a313-a9ff22022544, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:26.219Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-12T06:30:26.220Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:26.220Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:26.303Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5255646535030058295/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-12T06:30:27.238Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:30:27.238Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|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-BasicCnf-csar.csar
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:30:27.239Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.240Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d277408-4fb9-4096-b423-ab99a4c888f5
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:27.241Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:581a187b-c69b-45ba-989a-50aca8ce4eb2
Model Version:NULL
Model InvariantUuid:50b12ed8-dd67-40f9-9720-09751be19a8a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:dbb461fa-d012-4d6e-9736-d412fb2fae5f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e340367c-c661-47e8-979b-bdbfb69b7283
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6b8f0f9a-c406-4bea-8659-a3b7578ab4c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96947ec9-d8e8-4913-bf08-946d861d5892
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4cee4a70-e52e-4b07-b941-4bcbe7ecb667
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d277408-4fb9-4096-b423-ab99a4c888f5
ModelInvariantUuid:f7806f5a-52c6-43e4-ade8-3d33e6244b1c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:904b0a93-1618-4687-9fcf-727d27a7e8b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:efadc4da-03c1-4b4e-8644-517245eb73c0
ModelInvariantUuid:6b1d845d-315f-47ab-bab1-24fc2b4ba3d6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6b858630-2064-419a-b7bc-9fbd9959940f
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-11-12T06:30:27.249Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 62cb0b16-8bd9-418e-850d-4f30bd0f512c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:30:27.252Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-11-12T06:30:27.253Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62cb0b16-8bd9-418e-850d-4f30bd0f512c
2022-11-12T06:30:27.253Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 559cd447-a74b-4eae-bff7-a131111cefcc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T06:30:27.253Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:27.253Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T06:30:27.330Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:27.330Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 559cd447-a74b-4eae-bff7-a131111cefcc 12
2022-11-12T06:30:27.330Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-12T06:30:27.330Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-12T06:30:27.331Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:27.331Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:27.332Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:27.333Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234627330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:27.433Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:27.434Z||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-11-12T06:30:27.434Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:27.448Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:27.449Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:28.334Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9d10fc85-7bb8-46cd-a895-dc90cf753f79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T06:30:28.334Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:28.334Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T06:30:28.398Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:28.398Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9d10fc85-7bb8-46cd-a895-dc90cf753f79 2688
2022-11-12T06:30:28.399Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-12T06:30:28.399Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-12T06:30:28.399Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:28.399Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:28.401Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:28.401Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234628399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:28.502Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:30:28.503Z||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-11-12T06:30:28.503Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:28.518Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:28.519Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:29.405Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b7bd3929-b295-4690-8505-3e68534a7ba0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T06:30:29.405Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:29.405Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T06:30:29.476Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:29.477Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b7bd3929-b295-4690-8505-3e68534a7ba0 828
2022-11-12T06:30:29.479Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-12T06:30:29.480Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T06:30:29.481Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:29.481Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:29.484Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:29.484Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234629478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:29.584Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:29.585Z||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-11-12T06:30:29.585Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:29.597Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:29.597Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:30.484Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "96947ec9-d8e8-4913-bf08-946d861d5892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cee4a70-e52e-4b07-b941-4bcbe7ecb667",
    "vfModuleModelCustomizationUUID": "bc0e5f73-9cdb-417a-92ed-4d59cb7c1fd2",
    "isBase": true,
    "artifacts": [
      "155bd40b-0889-4d4c-add6-8b512cfc006b",
      "9d10fc85-7bb8-46cd-a895-dc90cf753f79",
      "c98ca758-87d6-41b1-bbac-2a068fe3fe49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T06:30:30.491Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cee4a70-e52e-4b07-b941-4bcbe7ecb667
VfModuleModelInvariantUUID:96947ec9-d8e8-4913-bf08-946d861d5892
VfModuleModelDescription:NULL
Artifacts UUID List:{
155bd40b-0889-4d4c-add6-8b512cfc006b
,
9d10fc85-7bb8-46cd-a895-dc90cf753f79
,
c98ca758-87d6-41b1-bbac-2a068fe3fe49

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

isBase:true


}

2022-11-12T06:30:30.494Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "96947ec9-d8e8-4913-bf08-946d861d5892",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4cee4a70-e52e-4b07-b941-4bcbe7ecb667",
    "vfModuleModelCustomizationUUID": "bc0e5f73-9cdb-417a-92ed-4d59cb7c1fd2",
    "isBase": true,
    "artifacts": [
      "155bd40b-0889-4d4c-add6-8b512cfc006b",
      "9d10fc85-7bb8-46cd-a895-dc90cf753f79",
      "c98ca758-87d6-41b1-bbac-2a068fe3fe49"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-12T06:30:30.494Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4cee4a70-e52e-4b07-b941-4bcbe7ecb667
VfModuleModelInvariantUUID:96947ec9-d8e8-4913-bf08-946d861d5892
VfModuleModelDescription:NULL
Artifacts UUID List:{
155bd40b-0889-4d4c-add6-8b512cfc006b
,
9d10fc85-7bb8-46cd-a895-dc90cf753f79
,
c98ca758-87d6-41b1-bbac-2a068fe3fe49

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

isBase:true


}

2022-11-12T06:30:30.494Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 155bd40b-0889-4d4c-add6-8b512cfc006b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T06:30:30.494Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:30.494Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T06:30:30.553Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:30.554Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 155bd40b-0889-4d4c-add6-8b512cfc006b 1164
2022-11-12T06:30:30.554Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-12T06:30:30.554Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T06:30:30.554Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:30.554Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:30.556Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:30.556Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234630554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:30.656Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:30.658Z||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-11-12T06:30:30.658Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:30.674Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:30.675Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:31.559Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c98ca758-87d6-41b1-bbac-2a068fe3fe49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T06:30:31.560Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-12T06:30:31.561Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T06:30:31.639Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-12T06:30:31.640Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c98ca758-87d6-41b1-bbac-2a068fe3fe49 200
2022-11-12T06:30:31.640Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-12T06:30:31.640Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T06:30:31.641Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:30:31.641Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:31.643Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:31.643Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234631640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:30:31.743Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:31.744Z||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-11-12T06:30:31.744Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:31.757Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:31.758Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:32.644Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 581a187b-c69b-45ba-989a-50aca8ce4eb2
2022-11-12T06:30:32.644Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 62cb0b16-8bd9-418e-850d-4f30bd0f512c 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-11-12T06:30:32.659Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select 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-11-12T06:30:32.667Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@381be9, org.onap.sdc.toscaparser.api.parameters.Input@1611c426, org.onap.sdc.toscaparser.api.parameters.Input@183b0a9a, org.onap.sdc.toscaparser.api.parameters.Input@152f6839, org.onap.sdc.toscaparser.api.parameters.Input@5508ce26]
2022-11-12T06:30:32.669Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.670Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.670Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:30:32.670Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6b8f0f9a-c406-4bea-8659-a3b7578ab4c5
2022-11-12T06:30:32.670Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6b8f0f9a-c406-4bea-8659-a3b7578ab4c5 matches Tosca VF Customization UUID: 6b8f0f9a-c406-4bea-8659-a3b7578ab4c5
2022-11-12T06:30:32.670Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6b8f0f9a-c406-4bea-8659-a3b7578ab4c5  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-11-12T06:30:32.673Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.674Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6b8f0f9a-c406-4bea-8659-a3b7578ab4c5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@630f7389
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc0e5f73-9cdb-417a-92ed-4d59cb7c1fd2
2022-11-12T06:30:32.675Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc0e5f73-9cdb-417a-92ed-4d59cb7c1fd2
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-11-12T06:30:32.678Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.678Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.679Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-12T06:30:32.680Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-12T06:30:32.680Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d277408-4fb9-4096-b423-ab99a4c888f5
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-11-12T06:30:32.683Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.683Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:32.683Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:30:32.683Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.684Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-12T06:30:32.684Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6b8f0f9a-c406-4bea-8659-a3b7578ab4c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:30:32.687Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.687Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.687Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 581a187b-c69b-45ba-989a-50aca8ce4eb2: basic_cnf
2022-11-12T06:30:32.687Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.687Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:30:32.688Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:30:32.689Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-12T06:30:32.761Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 62cb0b16-8bd9-418e-850d-4f30bd0f512c 1 ASDC deployResourceStructure
2022-11-12T06:30:32.762Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-12T06:30:32.762Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-12T06:30:32.762Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T06:30:32.762Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:32.764Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:32.764Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234632762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T06:30:32.865Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:32.866Z||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-11-12T06:30:32.866Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:32.879Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:32.880Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:33.769Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-12T06:30:33.770Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-12T06:30:33.770Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T06:30:33.770Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:33.795Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:33.796Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234633769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T06:30:33.872Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-11-12T06:30:33.873Z||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-11-12T06:30:33.873Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:33.907Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:33.908Z||pool-83-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:34.797Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-12T06:30:34.797Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-12T06:30:34.797Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:30:34.797Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:34.799Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:34.799Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234634797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:34.899Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:34.900Z||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-11-12T06:30:34.901Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:34.923Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:34.924Z||pool-84-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:30:35.799Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-12T06:30:35.800Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-12T06:30:35.800Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:30:35.802Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:35.804Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:35.804Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234635799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:35.905Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:35.906Z||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-11-12T06:30:35.907Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:35.919Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:35.920Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:36.806Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-12T06:30:36.806Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-12T06:30:36.806Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:30:36.806Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:36.808Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:36.809Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234636806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:36.909Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:36.910Z||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-11-12T06:30:36.910Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:36.925Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:36.926Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:37.811Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-12T06:30:37.812Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-12T06:30:37.812Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:30:37.812Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:30:37.814Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:30:37.814Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234637811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:30:37.914Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:30:37.915Z||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-11-12T06:30:37.916Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:30:37.931Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:30:37.932Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:30:38.815Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 85109f06-ff7e-4323-85dd-830018898f96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:30:38.825Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 85109f06-ff7e-4323-85dd-830018898f96
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:30:38.828Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:30:38.828Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:30:38.828Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:30:38.828Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:30:38.829Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:30:38.833Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:31:08.833Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 85109f06-ff7e-4323-85dd-830018898f96 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-11-12T06:31:08.838Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 85109f06-ff7e-4323-85dd-830018898f96 and serviceModelVersionId: 581a187b-c69b-45ba-989a-50aca8ce4eb2
2022-11-12T06:31:08.839Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 50b12ed8-dd67-40f9-9720-09751be19a8a
2022-11-12T06:31:08.839Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0
2022-11-12T06:31:08.843Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:31:08.868Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|INFO|500||Invoke
2022-11-12T06:31:08.868Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[85109f06-ff7e-4323-85dd-830018898f96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f890930-742f-4d6f-a5e4-b0f123896234], X-ECOMP-RequestID=[85109f06-ff7e-4323-85dd-830018898f96], X-TransactionId=[], X-ONAP-RequestID=[85109f06-ff7e-4323-85dd-830018898f96], Content-Type=[application/merge-patch+json]}
2022-11-12T06:31:08.884Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:31:09.020Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221112-06:31:08:930-83229], vertex-id=[213056], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:31:08 GMT], Content-Type=[application/json]}
2022-11-12T06:31:09.020Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:31:09.021Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/50b12ed8-dd67-40f9-9720-09751be19a8a/model-vers/model-ver/581a187b-c69b-45ba-989a-50aca8ce4eb2?depth=0|INFO|500||InvokeReturn
2022-11-12T06:31:09.021Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:31:09.022Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:31:09.026Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||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-11-12T06:31:09.027Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 85109f06-ff7e-4323-85dd-830018898f96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:31:09.027Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:31:09.027Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:31:09.029Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:31:09.030Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234669027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:31:09.130Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:31:09.131Z||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-11-12T06:31:09.131Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:09.148Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:09.149Z||pool-88-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-11-12T06:31:10.048Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:10.048Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T06:31:10.049Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:15.198Z||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-11-12T06:31:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:15.230Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:15.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T06:31:15.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f08a3de-6a69-4360-b4ce-f3f44254b8aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234614900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:31:15.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:31:20.392Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:20.393Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:20.394Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T06:31:20.394Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:29.954Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:29.955Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:29.956Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T06:31:29.957Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:39.518Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:39.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:39.520Z||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-11-12T06:31:39.520Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:49.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:31:49.106Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:31:49.106Z||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-11-12T06:31:49.106Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:31:58.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:32:15.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:32:15.182Z||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-11-12T06:32:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:32:15.197Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:32:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:32:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:32:15.747Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:32:15.749Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.749Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:32:15.750Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.750Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.751Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234375180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234625193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234627330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234628399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234629478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234630554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234631640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234632762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234633769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234634797,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234635799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234636806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.752Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234637811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:32:15.753Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:15.753Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:32:15.753Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "85109f06-ff7e-4323-85dd-830018898f96",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234669027,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:32:15.753Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:32:24.761Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:33:15.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:33:15.181Z||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-11-12T06:33:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:33:15.197Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:33:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:33:15.198Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:33:24.735Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:33:24.747Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:15.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:34:15.181Z||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-11-12T06:34:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:34:15.198Z||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-11-12T06:34:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:18.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:18.224Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-12T06:34:18.225Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6be4527-5268-4bca-b436-a5ccf332766f","serviceName":"Demo_pNF_j0w8ORwndjzkhM1X1u9M","serviceVersion":"1.0","serviceUUID":"a1ea671b-192c-4f22-b535-ea67b343728e","serviceDescription":"catalog service description","serviceInvariantUUID":"5afe3eae-4754-4f26-9608-348b72fc801e","resources":[{"resourceInstanceName":"pNF c8b4d283-8f16 0","resourceName":"pNF c8b4d283-8f16","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"22146406-2860-4880-9987-0aa0cad140d7","resourceInvariantUUID":"7409703c-1e74-4f53-a8c5-eb367d083639","resourceCustomizationUUID":"d199557d-dba6-4ed7-88ab-b260d94fa62e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml","artifactChecksum":"YTU4NmVhNmRmZjBiMzFmYWU0NTJmNzI3ZjRmMGE4NDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a03c447a-38ff-4ded-8a6f-dc7ac55c4081","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar","artifactChecksum":"NjZjYmJmNDdhZDUzNmMyYzI5NzhmODAwZTY2M2RmNzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c6a2f53d-8711-40fb-ab12-036789763fb3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1270e11b-869b-4e0e-8840-15c7cab9aa35","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml","artifactChecksum":"OTJjMzNjNWNjZGZlMmJmNjViYWJlMmVhZDg3OGEyOGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"03709551-f192-481f-a93c-75730eec3a17","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6f84eab-bea4-48d0-9a3b-5a8d12bca4b9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b1c20ef-57d7-428c-ac65-e012521650e8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml","artifactChecksum":"ODUwYjJkZWJiNzc3ZGMxZGQ4ODdkMGVmNDQyZDlkMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb34e1e-c3ba-450d-91a8-cf18af9cb5da","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar","artifactChecksum":"NzFkYTFkNmFiNjk1ZTM0ZDE2NzE5Zjc1YjhmYzM0NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e31a58db-e4a4-4da3-82f5-07897eb0d7ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:34:18.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:18.227Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:18.233Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:18.233Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:18.330Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-12T06:34:18.331Z||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-11-12T06:34:18.332Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:18.345Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:18.346Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:18.379Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:18.380Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:34:18.380Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:18.381Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:34:19.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:19.234Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:19.236Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:19.236Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:19.337Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:19.338Z||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-11-12T06:34:19.338Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:19.354Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:19.355Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:34:20.237Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:20.238Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:20.240Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:20.240Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:20.340Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:20.341Z||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-11-12T06:34:20.341Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:20.356Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:20.357Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:21.240Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:21.241Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:21.243Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:21.243Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:21.343Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:21.344Z||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-11-12T06:34:21.345Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:21.358Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:21.358Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:34:22.244Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:22.245Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:22.247Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:22.247Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:22.351Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-12T06:34:22.352Z||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-11-12T06:34:22.352Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:22.374Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:22.374Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:23.248Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:23.249Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:23.252Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:23.252Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:23.352Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:23.353Z||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-11-12T06:34:23.353Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:23.370Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:23.370Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:34:24.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:24.253Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:24.255Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:24.255Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:34:24.355Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:24.356Z||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-11-12T06:34:24.356Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:24.368Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:24.369Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:25.255Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:34:25.256Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:25.258Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:25.259Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:34:25.359Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:25.360Z||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-11-12T06:34:25.360Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:25.373Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:25.374Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:26.260Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "serviceName": "Demo_pNF_j0w8ORwndjzkhM1X1u9M",
  "serviceVersion": "1.0",
  "serviceUUID": "a1ea671b-192c-4f22-b535-ea67b343728e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5afe3eae-4754-4f26-9608-348b72fc801e",
  "resources": [
    {
      "resourceInstanceName": "pNF c8b4d283-8f16 0",
      "resourceCustomizationUUID": "d199557d-dba6-4ed7-88ab-b260d94fa62e",
      "resourceName": "pNF c8b4d283-8f16",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "22146406-2860-4880-9987-0aa0cad140d7",
      "resourceInvariantUUID": "7409703c-1e74-4f53-a8c5-eb367d083639",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
      "artifactChecksum": "NzFkYTFkNmFiNjk1ZTM0ZDE2NzE5Zjc1YjhmYzM0NTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e31a58db-e4a4-4da3-82f5-07897eb0d7ee"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:34:26.260Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:34:26.260Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a1ea671b-192c-4f22-b535-ea67b343728e ASDC
2022-11-12T06:34:26.261Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f6be4527-5268-4bca-b436-a5ccf332766f
ServiceName:Demo_pNF_j0w8ORwndjzkhM1X1u9M
ServiceVersion:1.0
ServiceUUID:a1ea671b-192c-4f22-b535-ea67b343728e
ServiceInvariantUUID:5afe3eae-4754-4f26-9608-348b72fc801e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
ArtifactUUID:e31a58db-e4a4-4da3-82f5-07897eb0d7ee
ArtifactChecksum:NzFkYTFkNmFiNjk1ZTM0ZDE2NzE5Zjc1YjhmYzM0NTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c8b4d283-8f16 0
ResourceCustomizationUUID:d199557d-dba6-4ed7-88ab-b260d94fa62e
ResourceInvariantUUID:7409703c-1e74-4f53-a8c5-eb367d083639
ResourceName:pNF c8b4d283-8f16
ResourceType:PNF
ResourceUUID:22146406-2860-4880-9987-0aa0cad140d7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-12T06:34:26.261Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1ea671b-192c-4f22-b535-ea67b343728e 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-11-12T06:34:26.305Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:34:26.307Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-12T06:34:26.307Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-12T06:34:26.307Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e31a58db-e4a4-4da3-82f5-07897eb0d7ee from URL: /sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:26.307Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-12T06:34:26.307Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:26.369Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-12T06:34:26.372Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar e31a58db-e4a4-4da3-82f5-07897eb0d7ee 87782
2022-11-12T06:34:26.372Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar ASDC sendASDCNotification
2022-11-12T06:34:26.373Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:26.373Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:34:26.373Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:26.375Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:26.376Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234866372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:34:26.476Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:34:26.477Z||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-11-12T06:34:26.477Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:26.489Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:26.489Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:27.376Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:34:27.377Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-12T06:34:27.378Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e31a58db-e4a4-4da3-82f5-07897eb0d7ee, URL: /sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar to file: /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:27.381Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:27.382Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:27.382Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:27.487Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1687890422093815714/Definitions/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml
2022-11-12T06:34:28.142Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c8b4d283-8f16 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-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.143Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Node template pNF c8b4d283-8f16 0 is matching search criteria
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c8b4d283-8f16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Node template pNF c8b4d283-8f16 0 is matching search criteria
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-12T06:34:28.144Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c8b4d283-8f16 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.145Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_j0w8ORwndjzkhM1X1u9M
Description:catalog service description
Model UUID:a1ea671b-192c-4f22-b535-ea67b343728e
Model Version:NULL
Model InvariantUuid:5afe3eae-4754-4f26-9608-348b72fc801e
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-11-12T06:34:28.153Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 22146406-2860-4880-9987-0aa0cad140d7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:34:28.158Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||pNF c8b4d283-8f16 0
2022-11-12T06:34:28.158Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 22146406-2860-4880-9987-0aa0cad140d7
2022-11-12T06:34:28.158Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: a1ea671b-192c-4f22-b535-ea67b343728e
2022-11-12T06:34:28.158Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a1ea671b-192c-4f22-b535-ea67b343728e
2022-11-12T06:34:28.158Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c8b4d283-8f16 0 22146406-2860-4880-9987-0aa0cad140d7 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-11-12T06:34:28.164Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48d9881, org.onap.sdc.toscaparser.api.parameters.Input@551b5fb8, org.onap.sdc.toscaparser.api.parameters.Input@1d847bf7, org.onap.sdc.toscaparser.api.parameters.Input@4ebee7b4, org.onap.sdc.toscaparser.api.parameters.Input@269f3772]
2022-11-12T06:34:28.164Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.164Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.165Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a1ea671b-192c-4f22-b535-ea67b343728e: pNF c8b4d283-8f16
2022-11-12T06:34:28.165Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Processing PNF resource: 22146406-2860-4880-9987-0aa0cad140d7
2022-11-12T06:34:28.165Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:34:28.165Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_j0w8ORwndjzkhM1X1u9M is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:34:28.166Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||Resource customization UUID: d199557d-dba6-4ed7-88ab-b260d94fa62e is the same as notified resource customizationUUID: d199557d-dba6-4ed7-88ab-b260d94fa62e
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-11-12T06:34:28.206Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c8b4d283-8f16 22146406-2860-4880-9987-0aa0cad140d7 0 ASDC deployResourceStructure
2022-11-12T06:34:28.207Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar ASDC sendASDCNotification
2022-11-12T06:34:28.207Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar
2022-11-12T06:34:28.207Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:34:28.207Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:34:28.209Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:34:28.209Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234868207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:34:28.309Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:34:28.310Z||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-11-12T06:34:28.311Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:34:28.325Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:34:28.326Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:34:29.210Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:34:29.221Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:34:29.224Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:34:29.224Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:34:29.224Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:34:59.224Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:34:59.234Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:34:59.236Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:34:59.237Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:34:59.237Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:35:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:35:15.198Z||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-11-12T06:35:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:35:15.237Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:35:15.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:35:15.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:35:15.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:35:29.237Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:35:29.250Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:35:29.253Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:35:29.253Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:35:29.253Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:35:59.254Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:35:59.270Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:35:59.273Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:35:59.273Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:35:59.273Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:36:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:36:15.198Z||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-11-12T06:36:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:36:15.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:36:15.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:36:15.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:36:15.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:36:29.274Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:36:29.292Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:36:29.295Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:36:29.295Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:36:29.296Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:36:59.296Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:36:59.314Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:36:59.317Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:36:59.318Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:36:59.318Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:37:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:37:15.198Z||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-11-12T06:37:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:37:15.731Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:37:15.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234849389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234849353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234855180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234866279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234866252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234866372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "cds",
  "timestamp": 1668234867287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-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-11-12T06:37:15.753Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6be4527-5268-4bca-b436-a5ccf332766f
2022-11-12T06:37:15.753Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be4527-5268-4bca-b436-a5ccf332766f 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-11-12T06:37:15.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234867276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:37:15.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668234868207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668234868282,
  "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-11-12T06:37:15.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f6be4527-5268-4bca-b436-a5ccf332766f
2022-11-12T06:37:15.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be4527-5268-4bca-b436-a5ccf332766f 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-11-12T06:37:15.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668234864053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234872919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234881665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/resourceInstances/pnfc8b4d2838f160/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:37:15.782Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234877713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234886823,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234886479,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.784Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "aai-ml",
  "timestamp": 1668234887827,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:37:15.788Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6be4527-5268-4bca-b436-a5ccf332766f
2022-11-12T06:37:15.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be4527-5268-4bca-b436-a5ccf332766f 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-11-12T06:37:15.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234888390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ0w8orwndjzkhm1x1u9m/1.0/artifacts/service-DemoPnfJ0w8orwndjzkhm1x1u9m-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:37:15.796Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:37:15.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-12T06:37:15.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668234889393,
  "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-11-12T06:37:15.801Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6be4527-5268-4bca-b436-a5ccf332766f
2022-11-12T06:37:15.802Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be4527-5268-4bca-b436-a5ccf332766f 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-11-12T06:37:29.318Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:37:29.330Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:37:29.333Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:37:29.339Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:37:59.340Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6be4527-5268-4bca-b436-a5ccf332766f 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-11-12T06:37:59.348Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6be4527-5268-4bca-b436-a5ccf332766f and serviceModelVersionId: a1ea671b-192c-4f22-b535-ea67b343728e
2022-11-12T06:37:59.349Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5afe3eae-4754-4f26-9608-348b72fc801e
2022-11-12T06:37:59.350Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0
2022-11-12T06:37:59.357Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:37:59.400Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|INFO|500||Invoke
2022-11-12T06:37:59.400Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6be4527-5268-4bca-b436-a5ccf332766f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adaf9417-ad00-4c01-af88-f22aac70fbfd], X-ECOMP-RequestID=[f6be4527-5268-4bca-b436-a5ccf332766f], X-TransactionId=[], X-ONAP-RequestID=[f6be4527-5268-4bca-b436-a5ccf332766f], Content-Type=[application/merge-patch+json]}
2022-11-12T06:37:59.432Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:37:59.567Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221112-06:37:59:480-20721], vertex-id=[225472], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:37:59 GMT], Content-Type=[application/json]}
2022-11-12T06:37:59.568Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:37:59.568Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5afe3eae-4754-4f26-9608-348b72fc801e/model-vers/model-ver/a1ea671b-192c-4f22-b535-ea67b343728e?depth=0|INFO|500||InvokeReturn
2022-11-12T06:37:59.568Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:37:59.568Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:37:59.575Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||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-11-12T06:37:59.575Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6be4527-5268-4bca-b436-a5ccf332766f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:37:59.575Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:37:59.576Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:37:59.577Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:37:59.578Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235079575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:37:59.678Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:37:59.679Z||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-11-12T06:37:59.679Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:37:59.696Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:37:59.697Z||pool-99-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-11-12T06:38:00.595Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:38:00.596Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:38:00.596Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:38:10.918Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:38:10.919Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:38:10.919Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:38:10.919Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:38:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:38:15.198Z||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-11-12T06:38:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:38:15.829Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:38:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-12T06:38:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6be4527-5268-4bca-b436-a5ccf332766f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235079575,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:38:15.830Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:38:20.465Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:38:20.466Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:38:20.467Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:38:20.467Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:38:30.046Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:38:30.047Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:38:30.048Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:38:30.048Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:38:39.599Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:39:15.180Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:39:15.181Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:39:15.182Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:39:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:39:15.198Z||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-11-12T06:39:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:39:24.737Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:39:24.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:40:15.181Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:40:15.183Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:40:15.183Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:40:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:40:15.198Z||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-11-12T06:40:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:40:24.741Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:40:24.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:41:15.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:41:15.181Z||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-11-12T06:41:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:41:15.197Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:41:15.198Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T06:41:15.198Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:41:24.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:41:24.757Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:42:15.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:42:15.181Z||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-11-12T06:42:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:42:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:42:15.198Z||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-11-12T06:42:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:42:24.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:42:24.762Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:43:15.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:43:15.181Z||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-11-12T06:43:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:43:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:43:15.198Z||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-11-12T06:43:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:43:24.727Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:43:24.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:44:15.184Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:44:15.185Z||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-11-12T06:44:15.185Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:44:15.199Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:44:15.200Z||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-11-12T06:44:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:44:24.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:44:24.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:15.181Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:45:15.183Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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-11-12T06:45:15.184Z|2353865a-1a75-4598-a77b-899b73bc6d6b|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:15.203Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:45:15.204Z||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-11-12T06:45:15.204Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:15.476Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:15.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235502919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235494354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235504053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235514501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235515736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235514945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:45:15.829Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:15.830Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:45:15.830Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"862801fd-7322-4073-8cb1-c07dbacd21d0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6594a7fd-3fba-45c6-88c4-690b77d39eaa","serviceDescription":"service","serviceInvariantUUID":"576f185a-3b19-4231-8b74-b35a783b29e7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"04251002-c21c-4531-a311-934218ed0f06","resourceInvariantUUID":"605e0f0b-15f1-49b5-8ef4-73aedf5d69bd","resourceCustomizationUUID":"6dc29163-5824-418e-9f16-ab0cf99c2feb","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":"MWVkMzlkZDk1MGNjZjY0MWQ5ZmI5YWE3MjllNDVmNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f00293ae-0bbf-460e-b8e0-6d33e5748550","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":"NzA1NTJiNmI1MTQxMDk0YzNlZGYwNTY1M2RhNzg5MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6c7fb3f3-7847-4884-a89d-f4c2922bbc88","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":"1b648b7b-2d4d-42b1-8a60-ad57f75d1b91","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":"c9fdd83f-6996-4056-9eb7-e77e24826a95","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":"d48a37e5-2cb3-4685-be51-e592b2970e1b","artifactVersion":"2","generatedFromUUID":"f7431511-905b-47b6-9f5c-c3485f59222a"},{"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":"5ff6ac27-71c9-4f55-b955-d0e950693ca2","artifactVersion":"2","generatedFromUUID":"1b648b7b-2d4d-42b1-8a60-ad57f75d1b91"},{"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":"f7431511-905b-47b6-9f5c-c3485f59222a","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":"61655301-90c8-4c3e-8a81-20c3e0d424bf","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":"Y2JjMWU4YThmMjRkNjE2ZjI1ZWY5YTZiMDdlMTkwNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d67f35d0-551d-4eb5-a4f6-bf7d3cd2e79b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NWRkN2NlNjliNzkzZmRmZGMxNDI0OTZhNjFiODUwMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ce13d1a-5bcc-4f26-a13f-946124072e65","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:45:15.833Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:15.833Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:15.838Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:15.838Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:15.938Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:15.939Z||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-11-12T06:45:15.940Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:15.956Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:15.957Z||pool-100-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:16.839Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:16.839Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:16.842Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:16.842Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:45:16.942Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:16.943Z||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-11-12T06:45:16.943Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:16.958Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:16.959Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:17.842Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:17.844Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:17.851Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:17.851Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:45:17.952Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:45:17.953Z||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-11-12T06:45:17.954Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:17.969Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:17.970Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:18.852Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:18.853Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:18.855Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:18.855Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:18.958Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T06:45:18.959Z||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-11-12T06:45:18.960Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:18.980Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:18.981Z||pool-103-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:19.856Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:19.857Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:19.859Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:19.860Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T06:45:19.961Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:45:19.962Z||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-11-12T06:45:19.962Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:19.976Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:19.982Z||pool-104-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:20.860Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:20.862Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:20.864Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:20.864Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T06:45:20.964Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:20.965Z||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-11-12T06:45:20.966Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:20.980Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:20.981Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:21.865Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:21.868Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:21.871Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:21.871Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:45:21.971Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:21.972Z||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-11-12T06:45:21.972Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:22.013Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:22.014Z||pool-106-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:22.872Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:22.873Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:22.875Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:22.875Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:22.977Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:45:22.978Z||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-11-12T06:45:22.978Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:22.992Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:22.993Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:23.877Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:23.877Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:23.879Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:23.880Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:45:23.979Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:45:23.981Z||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-11-12T06:45:23.981Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:23.996Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:23.997Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:24.881Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:45:24.881Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:24.889Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:24.889Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:45:24.985Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-12T06:45:24.986Z||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-11-12T06:45:24.986Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:25.008Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:25.009Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:25.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6594a7fd-3fba-45c6-88c4-690b77d39eaa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "576f185a-3b19-4231-8b74-b35a783b29e7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "6dc29163-5824-418e-9f16-ab0cf99c2feb",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "04251002-c21c-4531-a311-934218ed0f06",
      "resourceInvariantUUID": "605e0f0b-15f1-49b5-8ef4-73aedf5d69bd",
      "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": "NzA1NTJiNmI1MTQxMDk0YzNlZGYwNTY1M2RhNzg5MTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6c7fb3f3-7847-4884-a89d-f4c2922bbc88",
          "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": "1b648b7b-2d4d-42b1-8a60-ad57f75d1b91",
          "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": "5ff6ac27-71c9-4f55-b955-d0e950693ca2",
            "generatedFromUUID": "1b648b7b-2d4d-42b1-8a60-ad57f75d1b91"
          },
          "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": "d48a37e5-2cb3-4685-be51-e592b2970e1b",
          "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": "5ff6ac27-71c9-4f55-b955-d0e950693ca2",
          "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": "f7431511-905b-47b6-9f5c-c3485f59222a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NWRkN2NlNjliNzkzZmRmZGMxNDI0OTZhNjFiODUwMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ce13d1a-5bcc-4f26-a13f-946124072e65"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:45:25.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:45:25.893Z|2353865a-1a75-4598-a77b-899b73bc6d6b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6594a7fd-3fba-45c6-88c4-690b77d39eaa ASDC
2022-11-12T06:45:25.895Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:862801fd-7322-4073-8cb1-c07dbacd21d0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:6594a7fd-3fba-45c6-88c4-690b77d39eaa
ServiceInvariantUUID:576f185a-3b19-4231-8b74-b35a783b29e7
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:1ce13d1a-5bcc-4f26-a13f-946124072e65
ArtifactChecksum:NWRkN2NlNjliNzkzZmRmZGMxNDI0OTZhNjFiODUwMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:6dc29163-5824-418e-9f16-ab0cf99c2feb
ResourceInvariantUUID:605e0f0b-15f1-49b5-8ef4-73aedf5d69bd
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:04251002-c21c-4531-a311-934218ed0f06
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:6c7fb3f3-7847-4884-a89d-f4c2922bbc88
ArtifactChecksum:NzA1NTJiNmI1MTQxMDk0YzNlZGYwNTY1M2RhNzg5MTc=
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:1b648b7b-2d4d-42b1-8a60-ad57f75d1b91
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:5ff6ac27-71c9-4f55-b955-d0e950693ca2
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:d48a37e5-2cb3-4685-be51-e592b2970e1b
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:5ff6ac27-71c9-4f55-b955-d0e950693ca2
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:f7431511-905b-47b6-9f5c-c3485f59222a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:45:25.895Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6594a7fd-3fba-45c6-88c4-690b77d39eaa 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-11-12T06:45:25.962Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:45:25.964Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:45:25.964Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:45:25.964Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1ce13d1a-5bcc-4f26-a13f-946124072e65 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:25.964Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:25.965Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:26.057Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:26.064Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1ce13d1a-5bcc-4f26-a13f-946124072e65 162968
2022-11-12T06:45:26.065Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:45:26.065Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:26.065Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:26.065Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:26.067Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:26.067Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235526065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:26.167Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:26.169Z||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-11-12T06:45:26.169Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:26.184Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:26.186Z||pool-110-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:27.067Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:45:27.069Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:45:27.069Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1ce13d1a-5bcc-4f26-a13f-946124072e65, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:27.070Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-12T06:45:27.070Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:27.070Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:27.284Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3854106830683926967/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-12T06:45:28.372Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|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-BasicCnfMacro-csar.csar
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:28.373Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:45:28.374Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.374Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.374Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.374Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.375Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:28.376Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-12T06:45:28.377Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=22ae2bd1-65e3-4d63-816d-bcbe87283b8a
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:28.378Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:6594a7fd-3fba-45c6-88c4-690b77d39eaa
Model Version:NULL
Model InvariantUuid:576f185a-3b19-4231-8b74-b35a783b29e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a3cdd16b-11d8-4062-ac5d-cc9705a58263
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:605e0f0b-15f1-49b5-8ef4-73aedf5d69bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6dc29163-5824-418e-9f16-ab0cf99c2feb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0717068e-d4a8-4358-a29a-1110c8fee036
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:d8b302e4-10f0-4c13-a7e2-496b8903bab8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d3bd9153-8247-4880-9ac1-31ebb3013e9f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:881eac7e-6837-4c5e-9f3d-dc6f3ec51988
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:22ae2bd1-65e3-4d63-816d-bcbe87283b8a
ModelInvariantUuid:09f16c33-0e1f-43c0-8c5e-408c5bf4c66b
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d6374bf1-d796-410f-aca5-c97181629420
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:dd44e2dd-d7d3-4031-b358-b77d96e87810
ModelInvariantUuid:cbc27697-e972-4482-bad3-14b5891eb231
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ae199f32-f0de-41c4-9a21-30b6f7ea7083
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-11-12T06:45:28.387Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 04251002-c21c-4531-a311-934218ed0f06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:45:28.391Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-11-12T06:45:28.392Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 04251002-c21c-4531-a311-934218ed0f06
2022-11-12T06:45:28.392Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6c7fb3f3-7847-4884-a89d-f4c2922bbc88 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-12T06:45:28.392Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:28.392Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:28.456Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:28.457Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 6c7fb3f3-7847-4884-a89d-f4c2922bbc88 1565
2022-11-12T06:45:28.457Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:28.457Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:28.457Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:28.458Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:28.460Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:28.460Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235528457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:28.560Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:28.562Z||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-11-12T06:45:28.563Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:28.574Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:28.575Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:29.461Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d3bd9153-8247-4880-9ac1-31ebb3013e9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "881eac7e-6837-4c5e-9f3d-dc6f3ec51988",
    "vfModuleModelCustomizationUUID": "ca3e91e7-e7b3-45ca-a547-786b85ba7502",
    "isBase": true,
    "artifacts": [
      "1b648b7b-2d4d-42b1-8a60-ad57f75d1b91",
      "5ff6ac27-71c9-4f55-b955-d0e950693ca2"
    ],
    "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": "0717068e-d4a8-4358-a29a-1110c8fee036",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8b302e4-10f0-4c13-a7e2-496b8903bab8",
    "vfModuleModelCustomizationUUID": "d99bdc95-935b-453e-848f-1472c7e21e67",
    "isBase": false,
    "artifacts": [
      "f7431511-905b-47b6-9f5c-c3485f59222a"
    ],
    "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-11-12T06:45:29.465Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:881eac7e-6837-4c5e-9f3d-dc6f3ec51988
VfModuleModelInvariantUUID:d3bd9153-8247-4880-9ac1-31ebb3013e9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b648b7b-2d4d-42b1-8a60-ad57f75d1b91
,
5ff6ac27-71c9-4f55-b955-d0e950693ca2

}
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:d8b302e4-10f0-4c13-a7e2-496b8903bab8
VfModuleModelInvariantUUID:0717068e-d4a8-4358-a29a-1110c8fee036
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7431511-905b-47b6-9f5c-c3485f59222a

}
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-11-12T06:45:29.468Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d3bd9153-8247-4880-9ac1-31ebb3013e9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "881eac7e-6837-4c5e-9f3d-dc6f3ec51988",
    "vfModuleModelCustomizationUUID": "ca3e91e7-e7b3-45ca-a547-786b85ba7502",
    "isBase": true,
    "artifacts": [
      "1b648b7b-2d4d-42b1-8a60-ad57f75d1b91",
      "5ff6ac27-71c9-4f55-b955-d0e950693ca2"
    ],
    "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": "0717068e-d4a8-4358-a29a-1110c8fee036",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d8b302e4-10f0-4c13-a7e2-496b8903bab8",
    "vfModuleModelCustomizationUUID": "d99bdc95-935b-453e-848f-1472c7e21e67",
    "isBase": false,
    "artifacts": [
      "f7431511-905b-47b6-9f5c-c3485f59222a"
    ],
    "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-11-12T06:45:29.468Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:881eac7e-6837-4c5e-9f3d-dc6f3ec51988
VfModuleModelInvariantUUID:d3bd9153-8247-4880-9ac1-31ebb3013e9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b648b7b-2d4d-42b1-8a60-ad57f75d1b91
,
5ff6ac27-71c9-4f55-b955-d0e950693ca2

}
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:d8b302e4-10f0-4c13-a7e2-496b8903bab8
VfModuleModelInvariantUUID:0717068e-d4a8-4358-a29a-1110c8fee036
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7431511-905b-47b6-9f5c-c3485f59222a

}
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-11-12T06:45:29.468Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1b648b7b-2d4d-42b1-8a60-ad57f75d1b91 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-12T06:45:29.468Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:29.468Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:29.522Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:29.523Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 1b648b7b-2d4d-42b1-8a60-ad57f75d1b91 914
2022-11-12T06:45:29.523Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:29.523Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:29.523Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:29.523Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:29.525Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:29.525Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235529523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:29.625Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:29.626Z||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-11-12T06:45:29.626Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:29.639Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:29.640Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:30.526Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d48a37e5-2cb3-4685-be51-e592b2970e1b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-12T06:45:30.526Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:30.527Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:30.568Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:30.569Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d48a37e5-2cb3-4685-be51-e592b2970e1b 12
2022-11-12T06:45:30.569Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:30.569Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:30.569Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:30.569Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:30.571Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:30.571Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235530569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:30.675Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-12T06:45:30.676Z||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-11-12T06:45:30.676Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:30.690Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:30.690Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:31.572Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5ff6ac27-71c9-4f55-b955-d0e950693ca2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-12T06:45:31.574Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:31.575Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:31.618Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:31.618Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5ff6ac27-71c9-4f55-b955-d0e950693ca2 96
2022-11-12T06:45:31.618Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:31.618Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:31.618Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:31.619Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:31.620Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:31.621Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235531618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:31.721Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:31.722Z||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-11-12T06:45:31.722Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:31.737Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:31.738Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:32.621Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f7431511-905b-47b6-9f5c-c3485f59222a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-12T06:45:32.622Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:45:32.622Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:32.669Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:45:32.669Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f7431511-905b-47b6-9f5c-c3485f59222a 20206
2022-11-12T06:45:32.669Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:32.669Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:32.670Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:45:32.670Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:32.671Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:32.671Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235532669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:45:32.772Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:45:32.773Z||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-11-12T06:45:32.774Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:32.815Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:32.815Z||pool-115-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:33.676Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 6594a7fd-3fba-45c6-88c4-690b77d39eaa
2022-11-12T06:45:33.677Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 04251002-c21c-4531-a311-934218ed0f06 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-11-12T06:45:33.691Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1472840e, org.onap.sdc.toscaparser.api.parameters.Input@4f097871, org.onap.sdc.toscaparser.api.parameters.Input@59a403c2, org.onap.sdc.toscaparser.api.parameters.Input@3f96ffd3, org.onap.sdc.toscaparser.api.parameters.Input@3fc45edb]
2022-11-12T06:45:33.696Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.697Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.697Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:45:33.698Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 6dc29163-5824-418e-9f16-ab0cf99c2feb
2022-11-12T06:45:33.698Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6dc29163-5824-418e-9f16-ab0cf99c2feb matches Tosca VF Customization UUID: 6dc29163-5824-418e-9f16-ab0cf99c2feb
2022-11-12T06:45:33.698Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 6dc29163-5824-418e-9f16-ab0cf99c2feb  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-11-12T06:45:33.702Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.702Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.704Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 6dc29163-5824-418e-9f16-ab0cf99c2feb: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-12T06:45:33.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4aa9caff
2022-11-12T06:45:33.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:45:33.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d99bdc95-935b-453e-848f-1472c7e21e67
2022-11-12T06:45:33.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d99bdc95-935b-453e-848f-1472c7e21e67
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-11-12T06:45:33.709Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.709Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:33.710Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:33.710Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.710Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:33.710Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:45:33.710Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.711Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-12T06:45:33.711Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=6dc29163-5824-418e-9f16-ab0cf99c2feb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:45:33.714Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.714Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 6594a7fd-3fba-45c6-88c4-690b77d39eaa: basic_cnf_macro
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:45:33.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:33.783Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 04251002-c21c-4531-a311-934218ed0f06 2 ASDC deployResourceStructure
2022-11-12T06:45:33.784Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:33.784Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:33.784Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:45:33.784Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:33.804Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:33.805Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235533784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:45:33.887Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-11-12T06:45:33.888Z||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-11-12T06:45:33.888Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:33.904Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:33.904Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:34.806Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:34.806Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:34.806Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:45:34.806Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:34.808Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:34.809Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235534805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:45:34.908Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:45:34.909Z||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-11-12T06:45:34.909Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:34.924Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:34.925Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:35.809Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:35.810Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:35.810Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T06:45:35.810Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:35.812Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:35.813Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235535809,
  "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-11-12T06:45:35.912Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:45:35.913Z||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-11-12T06:45:35.913Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:35.927Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:35.928Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:45:36.814Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:36.814Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:36.815Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:45:36.815Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:36.817Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:36.817Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235536814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:45:36.917Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:45:36.918Z||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-11-12T06:45:36.918Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:36.931Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:36.932Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:37.818Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:37.819Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:45:37.819Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-12T06:45:37.821Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:37.834Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:37.835Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235537818,
  "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-11-12T06:45:37.924Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-11-12T06:45:37.925Z||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-11-12T06:45:37.925Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:37.938Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:37.938Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:38.836Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:45:38.837Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-12T06:45:38.837Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:45:38.837Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:45:38.839Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:45:38.840Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235538836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:45:38.939Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:45:38.941Z||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-11-12T06:45:38.941Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:45:38.966Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:45:38.966Z||pool-121-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:45:39.842Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:45:39.857Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:45:39.859Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:45:39.860Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:45:39.860Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:46:09.860Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:46:09.872Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:46:09.874Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:46:09.875Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:46:09.875Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:46:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:46:15.198Z||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-11-12T06:46:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:46:15.232Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:46:15.232Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:46:15.233Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:46:15.233Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:46:39.875Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:46:39.888Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:46:39.890Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:46:39.890Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:46:39.890Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:47:09.890Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:47:09.916Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:47:09.918Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:47:09.919Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:47:09.919Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:47:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:47:15.199Z||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-11-12T06:47:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:47:15.240Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:47:15.240Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:47:15.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:47:15.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:47:39.919Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:47:39.940Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:47:39.944Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:47:39.944Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:47:39.944Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:48:09.944Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:48:09.956Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:48:09.959Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:48:09.960Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-12T06:48:09.960Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-12T06:48:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:48:15.198Z||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-11-12T06:48:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:48:15.223Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:48:15.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.237Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.237Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235516059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.238Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "cds",
  "timestamp": 1668235517294,
  "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-11-12T06:48:15.251Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 862801fd-7322-4073-8cb1-c07dbacd21d0
2022-11-12T06:48:15.252Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862801fd-7322-4073-8cb1-c07dbacd21d0 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-11-12T06:48:15.265Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235517305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.266Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.266Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.266Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235507713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.266Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235518587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235518766,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235509389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.267Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235519696,
  "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-11-12T06:48:15.274Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 862801fd-7322-4073-8cb1-c07dbacd21d0
2022-11-12T06:48:15.275Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862801fd-7322-4073-8cb1-c07dbacd21d0 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-11-12T06:48:15.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235520709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235521085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235522089,
  "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-11-12T06:48:15.293Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 862801fd-7322-4073-8cb1-c07dbacd21d0
2022-11-12T06:48:15.293Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862801fd-7322-4073-8cb1-c07dbacd21d0 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-11-12T06:48:15.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235523884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.304Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.304Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.304Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.305Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.305Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.305Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "aai-ml",
  "timestamp": 1668235524887,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:48:15.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 862801fd-7322-4073-8cb1-c07dbacd21d0
2022-11-12T06:48:15.312Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 862801fd-7322-4073-8cb1-c07dbacd21d0 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-11-12T06:48:15.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.321Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235515181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235526065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235528457,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235529523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.323Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235530569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235518297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235531618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235524053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235532276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235532669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235532780,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "cds",
  "timestamp": 1668235533611,
  "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-11-12T06:48:15.338Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 996b6303-b885-4b4c-bb52-f8819fcbb6a5
2022-11-12T06:48:15.338Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 996b6303-b885-4b4c-bb52-f8819fcbb6a5 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-11-12T06:48:15.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235533784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235533873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235534805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235534974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235535809,
  "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-11-12T06:48:15.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235536018,
  "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-11-12T06:48:15.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 996b6303-b885-4b4c-bb52-f8819fcbb6a5
2022-11-12T06:48:15.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 996b6303-b885-4b4c-bb52-f8819fcbb6a5 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-11-12T06:48:15.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235536814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235537021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235529389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235537818,
  "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-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235538836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235532919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235541643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235537713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235546455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235548602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "aai-ml",
  "timestamp": 1668235549606,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:48:15.374Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 996b6303-b885-4b4c-bb52-f8819fcbb6a5
2022-11-12T06:48:15.374Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 996b6303-b885-4b4c-bb52-f8819fcbb6a5 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-11-12T06:48:15.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235548734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:48:15.391Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.391Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.391Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235549742,
  "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-11-12T06:48:15.395Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 996b6303-b885-4b4c-bb52-f8819fcbb6a5
2022-11-12T06:48:15.395Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 996b6303-b885-4b4c-bb52-f8819fcbb6a5 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-11-12T06:48:15.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235562919,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1668235564053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235576123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:48:15.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:48:39.960Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:48:39.973Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:48:39.976Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:48:39.976Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:48:39.977Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:48:39.985Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:49:09.985Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 862801fd-7322-4073-8cb1-c07dbacd21d0 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-11-12T06:49:09.997Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 862801fd-7322-4073-8cb1-c07dbacd21d0 and serviceModelVersionId: 6594a7fd-3fba-45c6-88c4-690b77d39eaa
2022-11-12T06:49:09.998Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 576f185a-3b19-4231-8b74-b35a783b29e7
2022-11-12T06:49:09.999Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0
2022-11-12T06:49:10.007Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:49:10.059Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|INFO|500||Invoke
2022-11-12T06:49:10.063Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[862801fd-7322-4073-8cb1-c07dbacd21d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2d7c811-b1ba-4d86-868a-92dc9f354441], X-ECOMP-RequestID=[862801fd-7322-4073-8cb1-c07dbacd21d0], X-TransactionId=[], X-ONAP-RequestID=[862801fd-7322-4073-8cb1-c07dbacd21d0], Content-Type=[application/merge-patch+json]}
2022-11-12T06:49:10.091Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:49:10.215Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221112-06:49:10:143-55355], vertex-id=[250048], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:49:10 GMT], Content-Type=[application/json]}
2022-11-12T06:49:10.216Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:49:10.217Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/576f185a-3b19-4231-8b74-b35a783b29e7/model-vers/model-ver/6594a7fd-3fba-45c6-88c4-690b77d39eaa?depth=0|INFO|500||InvokeReturn
2022-11-12T06:49:10.217Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:49:10.218Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:49:10.222Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||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-11-12T06:49:10.223Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 862801fd-7322-4073-8cb1-c07dbacd21d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:49:10.223Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:49:10.223Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:10.227Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:10.227Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235750223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:49:10.331Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-12T06:49:10.332Z||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-11-12T06:49:10.332Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:10.346Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:10.347Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:49:11.239Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:49:11.239Z|862801fd-7322-4073-8cb1-c07dbacd21d0|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-11-12T06:49:11.239Z|862801fd-7322-4073-8cb1-c07dbacd21d0|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:49:15.198Z||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-11-12T06:49:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:15.229Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:15.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235567713,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235577481,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235569353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:49:15.230Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235569389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235579124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235579164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235579418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235581012,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235580176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.231Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1668235580421,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11-12T06:49:15.244Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
2022-11-12T06:49:15.245Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 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-11-12T06:49:15.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "cds",
  "timestamp": 1668235580551,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-11-12T06:49:15.260Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
2022-11-12T06:49:15.260Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 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-11-12T06:49:15.268Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.269Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "aai-ml",
  "timestamp": 1668235582015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "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-11-12T06:49:15.275Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
2022-11-12T06:49:15.276Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 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-11-12T06:49:15.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1668235581179,
  "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-11-12T06:49:15.291Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
2022-11-12T06:49:15.291Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 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-11-12T06:49:15.705Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:15.706Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:49:15.706Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"996b6303-b885-4b4c-bb52-f8819fcbb6a5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0eda3aea-0f00-4b71-bb67-1c5ac34ad903","serviceDescription":"service","serviceInvariantUUID":"81af7688-2a1f-4156-bb97-0ab51abc841b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0bd5327-2354-4482-a1ed-3f36a9343249","resourceInvariantUUID":"6c62afcb-d126-47f3-80a2-16232001c067","resourceCustomizationUUID":"0ef96d97-658d-4999-82dd-22da8eaa7b18","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":"YjE0NDI3YzdlYmZmZTIwMWY0M2ZjOGFmZTU3YWY5MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c76a01ae-04bf-44e3-91af-5ce6c3bf8252","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":"ZWQ1ZWQ1MzliOTQyMzJlODkxOTY1MTJmNzY4ZmFmMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4f067d7-4ced-4f15-97d2-8d3485504675","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":"51f849d2-7427-45ce-a817-5ff7c51f32f4","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":"166b6995-6ca3-4a99-b239-1cc29d54417c","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":"30cc7789-8db1-4068-9433-5f24ac9d0e86","artifactVersion":"2","generatedFromUUID":"51f849d2-7427-45ce-a817-5ff7c51f32f4"},{"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":"ZWEwYzRkNGE2NzlmNTYwZTkwMmFkYWM2ZjYwNmFjYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7aefc9b3-fb99-4c74-967e-0eb66d9bc72f","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":"Y2NiYTVjZDIyYjQzNmI5ODJkZGMzMzgxMzU2ODRjNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de84806e-f19a-4656-bbec-7d9733d44387","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWZjNjE3NTEyNzZjYzMzOGQ5ZDJjMTZkZDE4Yzc5ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"845ac6e7-ffbd-4e53-95fc-5286159f584b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:49:15.708Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:15.709Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:15.711Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:15.711Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:15.811Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:15.812Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-12T06:49:15.812Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:15.826Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:15.826Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:49:16.712Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:16.712Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:16.714Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:16.714Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:49:16.816Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-12T06:49:16.817Z||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-11-12T06:49:16.817Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:16.838Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:16.840Z||pool-124-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:17.715Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:17.716Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:17.725Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:17.725Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:49:17.831Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-12T06:49:17.832Z||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-11-12T06:49:17.832Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:17.845Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:17.845Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:18.726Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:18.727Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:18.730Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:18.730Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:18.830Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:18.831Z||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-11-12T06:49:18.831Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:18.845Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:18.845Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:19.731Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:19.732Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:19.734Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:19.734Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:49:19.834Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:19.835Z||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-11-12T06:49:19.835Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:19.847Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:19.847Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:20.734Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:20.735Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:20.738Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:20.738Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:20.838Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:20.840Z||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-11-12T06:49:20.840Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:20.853Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:20.854Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:21.739Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:21.740Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:21.744Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:21.745Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:49:21.844Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:49:21.845Z||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-11-12T06:49:21.845Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:21.889Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:21.890Z||pool-129-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:49:22.746Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:49:22.747Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:22.749Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:22.749Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:49:22.849Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:22.850Z||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-11-12T06:49:22.850Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:22.864Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:22.865Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:23.752Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0eda3aea-0f00-4b71-bb67-1c5ac34ad903",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81af7688-2a1f-4156-bb97-0ab51abc841b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0ef96d97-658d-4999-82dd-22da8eaa7b18",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0bd5327-2354-4482-a1ed-3f36a9343249",
      "resourceInvariantUUID": "6c62afcb-d126-47f3-80a2-16232001c067",
      "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": "ZWQ1ZWQ1MzliOTQyMzJlODkxOTY1MTJmNzY4ZmFmMWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b4f067d7-4ced-4f15-97d2-8d3485504675",
          "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": "51f849d2-7427-45ce-a817-5ff7c51f32f4",
          "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": "30cc7789-8db1-4068-9433-5f24ac9d0e86",
            "generatedFromUUID": "51f849d2-7427-45ce-a817-5ff7c51f32f4"
          },
          "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": "30cc7789-8db1-4068-9433-5f24ac9d0e86",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWZjNjE3NTEyNzZjYzMzOGQ5ZDJjMTZkZDE4Yzc5ODU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "845ac6e7-ffbd-4e53-95fc-5286159f584b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:49:23.753Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:49:23.753Z|862801fd-7322-4073-8cb1-c07dbacd21d0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0eda3aea-0f00-4b71-bb67-1c5ac34ad903 ASDC
2022-11-12T06:49:23.754Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:996b6303-b885-4b4c-bb52-f8819fcbb6a5
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0eda3aea-0f00-4b71-bb67-1c5ac34ad903
ServiceInvariantUUID:81af7688-2a1f-4156-bb97-0ab51abc841b
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:845ac6e7-ffbd-4e53-95fc-5286159f584b
ArtifactChecksum:MWZjNjE3NTEyNzZjYzMzOGQ5ZDJjMTZkZDE4Yzc5ODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0ef96d97-658d-4999-82dd-22da8eaa7b18
ResourceInvariantUUID:6c62afcb-d126-47f3-80a2-16232001c067
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b0bd5327-2354-4482-a1ed-3f36a9343249
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:b4f067d7-4ced-4f15-97d2-8d3485504675
ArtifactChecksum:ZWQ1ZWQ1MzliOTQyMzJlODkxOTY1MTJmNzY4ZmFmMWE=
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:51f849d2-7427-45ce-a817-5ff7c51f32f4
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:30cc7789-8db1-4068-9433-5f24ac9d0e86
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:30cc7789-8db1-4068-9433-5f24ac9d0e86
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-12T06:49:23.754Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0eda3aea-0f00-4b71-bb67-1c5ac34ad903 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-11-12T06:49:23.789Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:49:23.790Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:49:23.790Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:49:23.790Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 845ac6e7-ffbd-4e53-95fc-5286159f584b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T06:49:23.790Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:49:23.790Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T06:49:24.043Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:49:24.046Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 845ac6e7-ffbd-4e53-95fc-5286159f584b 82623
2022-11-12T06:49:24.047Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:49:24.047Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T06:49:24.047Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:49:24.047Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:24.049Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:24.049Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235764047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:24.149Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:24.151Z||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-11-12T06:49:24.151Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:24.164Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:24.165Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:25.051Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:49:25.051Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:49:25.052Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 845ac6e7-ffbd-4e53-95fc-5286159f584b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:25.052Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-12T06:49:25.053Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:25.053Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:25.159Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11332016928033815650/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-12T06:49:26.097Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|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-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|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-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|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-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:26.098Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.099Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:26.100Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c083a5a-cdba-411a-bf86-681217910cc7
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:26.101Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0eda3aea-0f00-4b71-bb67-1c5ac34ad903
Model Version:NULL
Model InvariantUuid:81af7688-2a1f-4156-bb97-0ab51abc841b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c04a942e-f539-41d9-81ca-95f22f28a1d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c62afcb-d126-47f3-80a2-16232001c067
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0ef96d97-658d-4999-82dd-22da8eaa7b18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:962ced23-132b-4760-b161-99ad66871e31
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:12b888d7-8bb8-4820-83c9-64573c2c50e1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c083a5a-cdba-411a-bf86-681217910cc7
ModelInvariantUuid:b5f9c899-48ed-4b16-bc3d-545e01d70757
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f5bf126d-f9f4-4cf9-bd51-d9bbfa703e3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:839a607a-3486-4a34-adde-da66648c1a3d
ModelInvariantUuid:14168135-aee0-45a5-8cb9-0e35a3a26929
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:e70852ed-6cb7-4bf3-a09a-15dca848b5a6
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-11-12T06:49:26.107Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b0bd5327-2354-4482-a1ed-3f36a9343249
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:49:26.110Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-11-12T06:49:26.111Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0bd5327-2354-4482-a1ed-3f36a9343249
2022-11-12T06:49:26.111Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4f067d7-4ced-4f15-97d2-8d3485504675 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-12T06:49:26.111Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:49:26.111Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:26.156Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:49:26.157Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b4f067d7-4ced-4f15-97d2-8d3485504675 792
2022-11-12T06:49:26.157Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:26.157Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:26.157Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:49:26.157Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:26.159Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:26.159Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235766157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:26.259Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:26.260Z||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-11-12T06:49:26.260Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:26.272Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:26.273Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:49:27.160Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "962ced23-132b-4760-b161-99ad66871e31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12b888d7-8bb8-4820-83c9-64573c2c50e1",
    "vfModuleModelCustomizationUUID": "735ef6b1-bcc4-4dce-8523-b87fa6f7b1d7",
    "isBase": true,
    "artifacts": [
      "51f849d2-7427-45ce-a817-5ff7c51f32f4",
      "30cc7789-8db1-4068-9433-5f24ac9d0e86"
    ],
    "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-11-12T06:49:27.163Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12b888d7-8bb8-4820-83c9-64573c2c50e1
VfModuleModelInvariantUUID:962ced23-132b-4760-b161-99ad66871e31
VfModuleModelDescription:NULL
Artifacts UUID List:{
51f849d2-7427-45ce-a817-5ff7c51f32f4
,
30cc7789-8db1-4068-9433-5f24ac9d0e86

}
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-11-12T06:49:27.165Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "962ced23-132b-4760-b161-99ad66871e31",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "12b888d7-8bb8-4820-83c9-64573c2c50e1",
    "vfModuleModelCustomizationUUID": "735ef6b1-bcc4-4dce-8523-b87fa6f7b1d7",
    "isBase": true,
    "artifacts": [
      "51f849d2-7427-45ce-a817-5ff7c51f32f4",
      "30cc7789-8db1-4068-9433-5f24ac9d0e86"
    ],
    "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-11-12T06:49:27.165Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:12b888d7-8bb8-4820-83c9-64573c2c50e1
VfModuleModelInvariantUUID:962ced23-132b-4760-b161-99ad66871e31
VfModuleModelDescription:NULL
Artifacts UUID List:{
51f849d2-7427-45ce-a817-5ff7c51f32f4
,
30cc7789-8db1-4068-9433-5f24ac9d0e86

}
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-11-12T06:49:27.165Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 51f849d2-7427-45ce-a817-5ff7c51f32f4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-12T06:49:27.165Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:49:27.165Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:27.210Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:49:27.210Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 51f849d2-7427-45ce-a817-5ff7c51f32f4 5033
2022-11-12T06:49:27.210Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:27.210Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:27.210Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:49:27.211Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:27.212Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:27.212Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235767210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:27.312Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:49:27.313Z||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-11-12T06:49:27.313Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:27.338Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:27.339Z||pool-133-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:28.214Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 30cc7789-8db1-4068-9433-5f24ac9d0e86 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-12T06:49:28.214Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:49:28.215Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:28.259Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:49:28.260Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 30cc7789-8db1-4068-9433-5f24ac9d0e86 903
2022-11-12T06:49:28.260Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:28.260Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:28.260Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:49:28.261Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:28.263Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:28.263Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235768260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:49:28.363Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:28.364Z||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-11-12T06:49:28.364Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:28.397Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:28.398Z||pool-134-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:29.263Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0eda3aea-0f00-4b71-bb67-1c5ac34ad903
2022-11-12T06:49:29.264Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b0bd5327-2354-4482-a1ed-3f36a9343249 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-11-12T06:49:29.276Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e0eba87, org.onap.sdc.toscaparser.api.parameters.Input@2670fe0d, org.onap.sdc.toscaparser.api.parameters.Input@4081515, org.onap.sdc.toscaparser.api.parameters.Input@555f4f92, org.onap.sdc.toscaparser.api.parameters.Input@5e8e0d3c]
2022-11-12T06:49:29.278Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.278Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.279Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-12T06:49:29.279Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0ef96d97-658d-4999-82dd-22da8eaa7b18
2022-11-12T06:49:29.279Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0ef96d97-658d-4999-82dd-22da8eaa7b18 matches Tosca VF Customization UUID: 0ef96d97-658d-4999-82dd-22da8eaa7b18
2022-11-12T06:49:29.279Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0ef96d97-658d-4999-82dd-22da8eaa7b18  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-11-12T06:49:29.281Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.281Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.282Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0ef96d97-658d-4999-82dd-22da8eaa7b18: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-12T06:49:29.282Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1447f91f
2022-11-12T06:49:29.282Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.283Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-12T06:49:29.283Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 735ef6b1-bcc4-4dce-8523-b87fa6f7b1d7
2022-11-12T06:49:29.283Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 735ef6b1-bcc4-4dce-8523-b87fa6f7b1d7
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-11-12T06:49:29.285Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.286Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-12T06:49:29.287Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-12T06:49:29.287Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-12T06:49:29.287Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c083a5a-cdba-411a-bf86-681217910cc7
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-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-12T06:49:29.289Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0ef96d97-658d-4999-82dd-22da8eaa7b18
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:49:29.291Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.291Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.291Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0eda3aea-0f00-4b71-bb67-1c5ac34ad903: basic_vm_macro
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:49:29.292Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:29.367Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b0bd5327-2354-4482-a1ed-3f36a9343249 1 ASDC deployResourceStructure
2022-11-12T06:49:29.368Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:29.368Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:29.368Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:49:29.368Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:29.370Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:29.370Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235769368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:29.476Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-11-12T06:49:29.477Z||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-11-12T06:49:29.477Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:29.491Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:29.491Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:30.371Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:30.371Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:30.371Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:49:30.371Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:30.373Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:30.373Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235770371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:30.473Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:30.474Z||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-11-12T06:49:30.474Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:30.489Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:30.489Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:31.374Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:31.374Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:49:31.374Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:49:31.374Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:31.376Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:31.376Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235771374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:31.477Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-12T06:49:31.478Z||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-11-12T06:49:31.478Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:31.492Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:31.492Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:32.377Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:49:32.378Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-12T06:49:32.378Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:49:32.378Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:49:32.379Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:49:32.380Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235772377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:49:32.480Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:49:32.481Z||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-11-12T06:49:32.481Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:49:32.494Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:49:32.495Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:49:33.381Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 996b6303-b885-4b4c-bb52-f8819fcbb6a5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:49:33.392Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 996b6303-b885-4b4c-bb52-f8819fcbb6a5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:49:33.396Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:49:33.397Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:49:33.397Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:49:33.397Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:49:33.397Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:49:33.402Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:50:03.403Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 996b6303-b885-4b4c-bb52-f8819fcbb6a5 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-11-12T06:50:03.409Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 996b6303-b885-4b4c-bb52-f8819fcbb6a5 and serviceModelVersionId: 0eda3aea-0f00-4b71-bb67-1c5ac34ad903
2022-11-12T06:50:03.410Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81af7688-2a1f-4156-bb97-0ab51abc841b
2022-11-12T06:50:03.411Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?depth=0
2022-11-12T06:50:03.415Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:50:03.449Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|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/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?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-11-12T06:50:03.450Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?depth=0|INFO|500||Invoke
2022-11-12T06:50:03.470Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:50:03.602Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?depth=0|INFO|500||InvokeReturn
2022-11-12T06:50:03.604Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81af7688-2a1f-4156-bb97-0ab51abc841b/model-vers/model-ver/0eda3aea-0f00-4b71-bb67-1c5ac34ad903?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221112-06:50:03:524-34346], vertex-id=[266304], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:50:03 GMT], Content-Type=[application/json]}
2022-11-12T06:50:03.604Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:50:03.605Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:50:03.605Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:50:03.611Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||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-11-12T06:50:03.611Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 996b6303-b885-4b4c-bb52-f8819fcbb6a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:50:03.612Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:50:03.612Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:03.616Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:03.617Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235803611,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:50:03.716Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:50:03.718Z||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-11-12T06:50:03.718Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:03.740Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:03.743Z||pool-139-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:50:04.630Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-12T06:50:04.631Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2fcc9e58-4f1f-46c1-b73b-d95721dd56b2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2e72f505-0072-464b-a5fa-1deda73cb31a","serviceDescription":"service","serviceInvariantUUID":"ce420498-0dc7-4c85-8fbe-947998342bfd","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3760c519-33e2-4fe0-ae24-7f4dd6e8bf24","resourceInvariantUUID":"73ef5b01-2ad3-491e-aba0-27f58a75f0d0","resourceCustomizationUUID":"2a7f351b-5e81-4d28-bfce-7cba0169169f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YzQ3ODBlNDU4NWYzMjlmZTllODA3MDZlMTIwMDFjODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e5b775d-6953-4256-a2ea-1496cc9270ba","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"717ba442-8cd1-43dc-b60e-8a8f21b8abce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4967405-1b00-4fec-8231-6170ece59415","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YzEyZmQ4N2E0MzBiODg5MTkzZDBiYWNiZDExODc3Zjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"016f3684-3dc0-4d9a-9f34-deeaec98ced8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ef95c7c-c112-4d80-b6b7-4f356fb63b3e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ff2e6caa-a713-4e40-9681-257be66401d4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7513bad3-ae5e-40cf-83a3-0c2577877281","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"Mjc4MDE1N2Y5YWM4YWFjMjFkZDRjODdhYmM2MmY3YzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9855f46a-18c6-44a1-adf3-c1ef9918450c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2M3OGNjNGYwN2UyNDE5MDc5MjkxYzJkOTJhYjA4OGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71d90a7d-fabb-47f3-ac78-8277293a5f84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-12T06:50:04.631Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:04.631Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:04.633Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:04.633Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:04.733Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-12T06:50:04.734Z||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-11-12T06:50:04.734Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:04.751Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:04.751Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:05.634Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:05.635Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:05.636Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:05.637Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:05.737Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:05.738Z||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-11-12T06:50:05.738Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:05.752Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:05.753Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:06.640Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:06.641Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:06.643Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:06.643Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:06.743Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:06.744Z||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-11-12T06:50:06.744Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:06.761Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:06.761Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:50:07.644Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:07.645Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:07.646Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:07.647Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:07.747Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:07.748Z||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-11-12T06:50:07.748Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:07.760Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:07.761Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:08.648Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:08.652Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:08.654Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:08.654Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:08.754Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:08.755Z||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-11-12T06:50:08.755Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:08.774Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:08.774Z||pool-144-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:09.655Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:09.656Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:09.658Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:09.658Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:09.758Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:09.759Z||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-11-12T06:50:09.759Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:09.774Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:09.775Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-12T06:50:10.658Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:10.660Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:10.662Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:10.662Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:10.763Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:10.763Z||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-11-12T06:50:10.763Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:10.781Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:10.781Z||pool-146-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:11.663Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:11.664Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:11.666Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:11.666Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:50:11.766Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:11.767Z||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-11-12T06:50:11.767Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:11.780Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:11.780Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:12.666Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-12T06:50:12.667Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:12.671Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:12.671Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:50:12.771Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:12.772Z||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-11-12T06:50:12.772Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:12.789Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:12.789Z||pool-148-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:13.672Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2e72f505-0072-464b-a5fa-1deda73cb31a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ce420498-0dc7-4c85-8fbe-947998342bfd",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2a7f351b-5e81-4d28-bfce-7cba0169169f",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3760c519-33e2-4fe0-ae24-7f4dd6e8bf24",
      "resourceInvariantUUID": "73ef5b01-2ad3-491e-aba0-27f58a75f0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "M2M3OGNjNGYwN2UyNDE5MDc5MjkxYzJkOTJhYjA4OGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "71d90a7d-fabb-47f3-ac78-8277293a5f84"
    }
  ],
  "workloadContext": "Production"
}
2022-11-12T06:50:13.672Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-12T06:50:13.672Z|996b6303-b885-4b4c-bb52-f8819fcbb6a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e72f505-0072-464b-a5fa-1deda73cb31a ASDC
2022-11-12T06:50:13.673Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2e72f505-0072-464b-a5fa-1deda73cb31a
ServiceInvariantUUID:ce420498-0dc7-4c85-8fbe-947998342bfd
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:71d90a7d-fabb-47f3-ac78-8277293a5f84
ArtifactChecksum:M2M3OGNjNGYwN2UyNDE5MDc5MjkxYzJkOTJhYjA4OGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2a7f351b-5e81-4d28-bfce-7cba0169169f
ResourceInvariantUUID:73ef5b01-2ad3-491e-aba0-27f58a75f0d0
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3760c519-33e2-4fe0-ae24-7f4dd6e8bf24
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-12T06:50:13.673Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e72f505-0072-464b-a5fa-1deda73cb31a 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-11-12T06:50:13.698Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:50:13.699Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:50:13.699Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:50:13.699Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 71d90a7d-fabb-47f3-ac78-8277293a5f84 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-12T06:50:13.699Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-12T06:50:13.699Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-12T06:50:13.957Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-12T06:50:13.960Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 71d90a7d-fabb-47f3-ac78-8277293a5f84 110865
2022-11-12T06:50:13.960Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:50:13.960Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-12T06:50:13.960Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-12T06:50:13.961Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:13.962Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:13.962Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235813960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:50:14.062Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:14.063Z||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-11-12T06:50:14.063Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:14.084Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:14.084Z||pool-149-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:14.962Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-12T06:50:14.963Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-12T06:50:14.964Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 71d90a7d-fabb-47f3-ac78-8277293a5f84, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-12T06:50:14.964Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-12T06:50:14.965Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-12T06:50:14.965Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-12T06:50:15.050Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4811595600350075737/Definitions/service-TestPnfMacro-template.yml
2022-11-12T06:50:15.199Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:50:15.200Z||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-11-12T06:50:15.200Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:15.246Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:15.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-12T06:50:15.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "862801fd-7322-4073-8cb1-c07dbacd21d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235750223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:50:15.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:50:15.673Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-TestPnfMacro-csar.csar
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.674Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-12T06:50:15.675Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.677Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2e72f505-0072-464b-a5fa-1deda73cb31a
Model Version:NULL
Model InvariantUuid:ce420498-0dc7-4c85-8fbe-947998342bfd
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-11-12T06:50:15.685Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3760c519-33e2-4fe0-ae24-7f4dd6e8bf24
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:50:15.688Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-11-12T06:50:15.689Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3760c519-33e2-4fe0-ae24-7f4dd6e8bf24
2022-11-12T06:50:15.689Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2e72f505-0072-464b-a5fa-1deda73cb31a
2022-11-12T06:50:15.689Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2e72f505-0072-464b-a5fa-1deda73cb31a
2022-11-12T06:50:15.689Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3760c519-33e2-4fe0-ae24-7f4dd6e8bf24 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-11-12T06:50:15.695Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e386a97, org.onap.sdc.toscaparser.api.parameters.Input@1a1ed838, org.onap.sdc.toscaparser.api.parameters.Input@48daa2ff, org.onap.sdc.toscaparser.api.parameters.Input@7b904fe4, org.onap.sdc.toscaparser.api.parameters.Input@4641fed3]
2022-11-12T06:50:15.696Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2e72f505-0072-464b-a5fa-1deda73cb31a: test-pnf
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3760c519-33e2-4fe0-ae24-7f4dd6e8bf24
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-12T06:50:15.697Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||Resource customization UUID: 2a7f351b-5e81-4d28-bfce-7cba0169169f is the same as notified resource customizationUUID: 2a7f351b-5e81-4d28-bfce-7cba0169169f
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-11-12T06:50:15.733Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3760c519-33e2-4fe0-ae24-7f4dd6e8bf24 0 ASDC deployResourceStructure
2022-11-12T06:50:15.734Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-12T06:50:15.734Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-12T06:50:15.734Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-12T06:50:15.734Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:15.737Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:15.737Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235815734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:50:15.837Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-12T06:50:15.838Z||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-11-12T06:50:15.838Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:15.852Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:15.853Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-12T06:50:16.743Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:50:16.759Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-12T06:50:16.763Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-12T06:50:16.763Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-12T06:50:16.763Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-12T06:50:16.763Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-12T06:50:16.764Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS 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-11-12T06:50:16.772Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-12T06:50:46.773Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 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-11-12T06:50:46.778Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 and serviceModelVersionId: 2e72f505-0072-464b-a5fa-1deda73cb31a
2022-11-12T06:50:46.778Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce420498-0dc7-4c85-8fbe-947998342bfd
2022-11-12T06:50:46.779Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0
2022-11-12T06:50:46.784Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-12T06:50:46.825Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|INFO|500||Invoke
2022-11-12T06:50:46.826Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2fcc9e58-4f1f-46c1-b73b-d95721dd56b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b6bfc9a-c71d-41f3-b871-9c3b18768a21], X-ECOMP-RequestID=[2fcc9e58-4f1f-46c1-b73b-d95721dd56b2], X-TransactionId=[], X-ONAP-RequestID=[2fcc9e58-4f1f-46c1-b73b-d95721dd56b2], Content-Type=[application/merge-patch+json]}
2022-11-12T06:50:46.843Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-12T06:50:46.949Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221112-06:50:46:895-24001], vertex-id=[295160], Content-Length=[0], Date=[Sat, 12 Nov 2022 06:50:46 GMT], Content-Type=[application/json]}
2022-11-12T06:50:46.949Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-12T06:50:46.950Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce420498-0dc7-4c85-8fbe-947998342bfd/model-vers/model-ver/2e72f505-0072-464b-a5fa-1deda73cb31a?depth=0|INFO|500||InvokeReturn
2022-11-12T06:50:46.951Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-12T06:50:46.951Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-12T06:50:46.958Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||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-11-12T06:50:46.958Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2fcc9e58-4f1f-46c1-b73b-d95721dd56b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-12T06:50:46.959Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-12T06:50:46.959Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-12T06:50:46.965Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-12T06:50:46.965Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235846958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:50:47.061Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-12T06:50:47.062Z||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-11-12T06:50:47.063Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:47.079Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:47.080Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-12T06:50:47.980Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:50:47.980Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:50:47.981Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:50:57.540Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:50:57.541Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:50:57.542Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:50:57.542Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:51:07.097Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:51:07.098Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:51:07.099Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:51:07.099Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:51:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:51:15.198Z||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-11-12T06:51:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:51:15.246Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:51:15.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235764047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235766157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235767210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235768260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235769368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235770371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235771374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235772377,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "996b6303-b885-4b4c-bb52-f8819fcbb6a5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235803611,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235751239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-12T06:51:15.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-12T06:51:15.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235813960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-12T06:51:15.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:51:16.700Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:51:16.701Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:51:16.701Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:51:16.701Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:51:26.252Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:51:26.252Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:51:26.253Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:51:26.253Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:51:35.846Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:52:15.183Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:52:15.184Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:52:15.184Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:52:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:52:15.198Z||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-11-12T06:52:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:52:15.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:52:15.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:52:15.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235815734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-12T06:52:15.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:52:15.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-12T06:52:15.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2fcc9e58-4f1f-46c1-b73b-d95721dd56b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1668235846958,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-12T06:52:15.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-12T06:52:24.744Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:53:15.180Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:53:15.181Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T06:53:15.182Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:53:15.197Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:53:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T06:53:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:53:24.769Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:53:24.775Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:54:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:54:15.182Z||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-11-12T06:54:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:54:15.197Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:54:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T06:54:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:54:24.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:54:24.750Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:55:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:55:15.181Z||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-11-12T06:55:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:55:15.197Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:55:15.198Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T06:55:15.198Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:55:24.761Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:55:24.776Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:56:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:56:15.181Z||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-11-12T06:56:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:56:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:56:15.198Z||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-11-12T06:56:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:56:24.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:56:24.763Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:57:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:57:15.181Z||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-11-12T06:57:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:57:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:57:15.198Z||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-11-12T06:57:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:57:24.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:57:24.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:58:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:58:15.182Z||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-11-12T06:58:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:58:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:58:15.199Z||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-11-12T06:58:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:58:24.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:58:24.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:59:15.184Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:59:15.186Z||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-11-12T06:59:15.186Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:59:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T06:59:15.198Z||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-11-12T06:59:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T06:59:24.774Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T06:59:24.779Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:00:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:00:15.181Z||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-11-12T07:00:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:00:15.197Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:00:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:00:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:00:24.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:00:24.763Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:01:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:01:15.181Z||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-11-12T07:01:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:01:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:01:15.198Z||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-11-12T07:01:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:01:24.733Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:01:24.763Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:02:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:02:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:02:15.182Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:02:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:02:15.198Z||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-11-12T07:02:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:02:24.743Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:02:24.765Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:03:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:03:15.182Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:03:15.182Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:03:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:03:15.198Z||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-11-12T07:03:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:03:24.755Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:03:24.787Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:04:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:04:15.183Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:04:15.183Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:04:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:04:15.198Z||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-11-12T07:04:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:04:24.760Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:04:24.766Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:05:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:05:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:05:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:05:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:05:15.199Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:05:15.199Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:05:24.730Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:05:24.751Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:06:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:06:15.181Z||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-11-12T07:06:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:06:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:06:15.198Z||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-11-12T07:06:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:06:24.734Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:06:24.757Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:07:15.181Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:07:15.182Z||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-11-12T07:07:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:07:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:07:15.198Z||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-11-12T07:07:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:07:24.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:07:24.754Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:08:15.182Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:08:15.183Z||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-11-12T07:08:15.183Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:08:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:08:15.198Z||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-11-12T07:08:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:08:24.736Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:08:24.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:09:15.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:09:15.181Z||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-11-12T07:09:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:09:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:09:15.198Z||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-11-12T07:09:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:09:24.735Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:09:24.750Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:10:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:10:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:10:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:10:15.197Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:10:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:10:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:10:24.749Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:10:24.761Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:11:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:11:15.182Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:11:15.182Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:11:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:11:15.198Z||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-11-12T07:11:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:11:24.781Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:11:24.781Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:12:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:12:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:12:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:12:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:12:15.198Z||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-11-12T07:12:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:12:24.751Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:12:24.760Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:13:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:13:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:13:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:13:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:13:15.198Z||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-11-12T07:13:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:13:24.733Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:13:24.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:14:15.180Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:14:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:14:15.181Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:14:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:14:15.198Z||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-11-12T07:14:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:14:24.730Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:14:24.746Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:15:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:15:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:15:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:15:15.199Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:15:15.199Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:15:15.200Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:15:24.744Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:15:24.753Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:16:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:16:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:16:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:16:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:16:15.198Z||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-11-12T07:16:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:16:24.745Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:16:24.783Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:17:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:17:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:17:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:17:15.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:17:15.199Z||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-11-12T07:17:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:17:24.737Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:17:24.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:18:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:18:15.183Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:18:15.183Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:18:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:18:15.198Z||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-11-12T07:18:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:18:24.733Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:18:24.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:19:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:19:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:19:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:19:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:19:15.198Z||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-11-12T07:19:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:19:24.731Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:19:24.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:20:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:20:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:20:15.182Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:20:15.199Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:20:15.200Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:20:15.200Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:20:24.744Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:20:24.760Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:21:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:21:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:21:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:21:15.197Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:21:15.198Z||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-11-12T07:21:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:21:24.738Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:21:24.773Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:22:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:22:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:22:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:22:15.197Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:22:15.198Z||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-11-12T07:22:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:22:24.749Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:22:24.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:23:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:23:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:23:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:23:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:23:15.198Z||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-11-12T07:23:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:23:24.733Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:23:24.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:24:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:24:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:24:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:24:15.197Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:24:15.198Z||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-11-12T07:24:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:24:24.732Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:24:24.752Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:25:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:25:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:25:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:25:15.197Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:25:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:25:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:25:24.753Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:25:24.756Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:26:15.180Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:26:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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-11-12T07:26:15.181Z|85109f06-ff7e-4323-85dd-830018898f96|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:26:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:26:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:26:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:26:24.727Z|85109f06-ff7e-4323-85dd-830018898f96|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:26:24.745Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:27:15.181Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:27:15.182Z||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-11-12T07:27:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:27:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:27:15.198Z||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-11-12T07:27:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:27:24.729Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:27:24.757Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:28:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:28:15.182Z||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-11-12T07:28:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:28:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:28:15.198Z||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-11-12T07:28:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:28:24.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:28:24.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:29:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:29:15.181Z||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-11-12T07:29:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:29:15.197Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:29:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:29:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:29:24.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:29:24.763Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:30:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:30:15.181Z||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-11-12T07:30:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:30:15.199Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:30:15.200Z||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-11-12T07:30:15.201Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:30:24.734Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:30:24.751Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:31:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:31:15.181Z||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-11-12T07:31:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:31:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:31:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:31:15.199Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:31:24.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:31:24.745Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:32:15.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:32:15.181Z||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-11-12T07:32:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:32:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:32:15.198Z||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-11-12T07:32:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:32:24.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:32:24.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:33:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:33:15.181Z||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-11-12T07:33:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:33:15.197Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:33:15.198Z||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-11-12T07:33:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:33:24.733Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:33:24.798Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:34:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:34:15.181Z||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-11-12T07:34:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:34:15.197Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:34:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:34:15.198Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:34:24.732Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:34:24.756Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:35:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:35:15.181Z||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-11-12T07:35:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:35:15.197Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:35:15.198Z||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-11-12T07:35:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:35:24.732Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:35:24.763Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:36:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:36:15.181Z||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-11-12T07:36:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:36:15.197Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:36:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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-11-12T07:36:15.198Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:36:24.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:36:24.757Z|2fcc9e58-4f1f-46c1-b73b-d95721dd56b2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:37:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:37:15.182Z||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-11-12T07:37:15.182Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:37:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:37:15.198Z||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-11-12T07:37:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:37:24.746Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:37:24.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:38:15.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:38:15.181Z||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-11-12T07:38:15.181Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:38:15.197Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:38:15.198Z||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-11-12T07:38:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:38:24.723Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:38:24.748Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:39:15.180Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:39:15.181Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:39:15.181Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:39:15.197Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:39:15.198Z||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-11-12T07:39:15.198Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:39:24.730Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:39:24.754Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:40:15.180Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:40:15.181Z|f6be4527-5268-4bca-b436-a5ccf332766f|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-11-12T07:40:15.181Z|f6be4527-5268-4bca-b436-a5ccf332766f|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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:40:15.198Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-12T07:40:15.199Z||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-11-12T07:40:15.199Z||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 MERAKd8aOVZDxmEQ) ...
2022-11-12T07:40:24.728Z|f6be4527-5268-4bca-b436-a5ccf332766f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-12T07:40:24.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK